Searched refs:btCoreData (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_internal.h10 #include <btCoreData.h>
15 extern bluetooth_core_data_module_info *btCoreData;
H A Dl2cap.cpp29 bluetooth_core_data_module_info* btCoreData; variable
216 struct HciConnection* connection = btCoreData->ConnectionByDestination(
412 {BT_CORE_DATA_MODULE_NAME, (module_info**)&btCoreData},
H A DL2capEndpoint.cpp161 uint8 ident = btCoreData->allocate_command_ident(fConnection, this);
303 hci_id hid = btCoreData->RouteConnection(address->l2cap_bdaddr);
310 fConnection = btCoreData->ConnectionByDestination(
323 uint8 ident = btCoreData->allocate_command_ident(fConnection, this);
655 uint8 ident = btCoreData->allocate_command_ident(fConnection, this);
H A Dl2cap_signal.cpp469 btCoreData->lookup_command_ident(connection, ident));
539 btCoreData->free_command_ident(connection, ident);
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dacl.cpp18 #include <btCoreData.h>
24 extern struct bluetooth_core_data_module_info* btCoreData;
70 HciConnection* conn = btCoreData->ConnectionByHandle(con_handle, hid);
74 conn = btCoreData->AddConnection(con_handle, BT_ACL, BDADDR_NULL, hid);
H A Dbluetooth.cpp26 #include <btCoreData.h>
55 struct bluetooth_core_data_module_info* btCoreData = NULL; variable in typeref:struct:bluetooth_core_data_module_info
120 btCoreData->PostEvent(bluetoothDevice, data,
181 btCoreData->PostEvent(bluetoothDevice, data,
409 (module_info**)&btCoreData);
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.h13 #include <btCoreData.h>
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.h21 #include <btCoreData.h>
47 extern struct bluetooth_core_data_module_info* btCoreData;
H A Dh2upper.cpp101 btCoreData->PostEvent(bdev->ndev, snb_get(snbuf),
H A Dh2generic.cpp40 struct bluetooth_core_data_module_info* btCoreData = NULL; variable in typeref:struct:bluetooth_core_data_module_info
779 (module_info**)&btCoreData) != B_OK) {

Completed in 108 milliseconds