Searched refs:btDevices (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_lower.cpp105 struct bt_hci_module_info* btDevices = NULL; variable in typeref:struct:bt_hci_module_info
172 if (btDevices == NULL)
173 if (get_module(BT_HCI_MODULE_NAME, (module_info**)&btDevices) != B_OK) {
182 btDevices->PostACL(conn->ndevice->index, frame->buffer);
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.h45 extern struct bt_hci_module_info* btDevices;
H A Dh2generic.cpp38 struct bt_hci_module_info* btDevices = NULL; variable in typeref:struct:bt_hci_module_info
515 if (btDevices != NULL) {
518 err = btDevices->RegisterDriver(&bluetooth_hooks, &ndev);
591 if (btDevices != NULL)
592 btDevices->UnregisterDriver(bdev->hdev);
786 if (get_module(btDevices_name, (module_info**)&btDevices) != B_OK) {
H A Dh2upper.cpp108 btDevices->receive_data(bdev->ndev, &nbuf);
H A Dh2transactions.cpp39 return btDevices->PostTransportPacket(bdev->hdev, type, data, count);

Completed in 31 milliseconds