Searched refs:btCoreData (Results 1 – 12 of 12) sorted by relevance
/haiku/src/add-ons/kernel/bluetooth/btCoreData/ |
H A D | Jamfile | 1 SubDir HAIKU_TOP src add-ons kernel bluetooth btCoreData ; 6 KernelAddon btCoreData :
|
/haiku/src/add-ons/kernel/bluetooth/hci/ |
H A D | acl.cpp | 24 extern struct bluetooth_core_data_module_info* btCoreData; 70 HciConnection* conn = btCoreData->ConnectionByHandle(con_handle, hid); in AclAssembly() 74 conn = btCoreData->AddConnection(con_handle, BT_ACL, BDADDR_NULL, hid); in AclAssembly()
|
H A D | bluetooth.cpp | 55 struct bluetooth_core_data_module_info* btCoreData = NULL; variable 120 btCoreData->PostEvent(bluetoothDevice, data, in Assemble() 181 btCoreData->PostEvent(bluetoothDevice, data, in Assemble() 409 (module_info**)&btCoreData); in bluetooth_std_ops()
|
/haiku/src/add-ons/kernel/network/protocols/l2cap/ |
H A D | l2cap_internal.h | 15 extern bluetooth_core_data_module_info *btCoreData;
|
H A D | l2cap.cpp | 29 bluetooth_core_data_module_info* btCoreData; variable 216 struct HciConnection* connection = btCoreData->ConnectionByDestination( in connection_for() 412 {BT_CORE_DATA_MODULE_NAME, (module_info**)&btCoreData},
|
H A D | L2capEndpoint.cpp | 161 uint8 ident = btCoreData->allocate_command_ident(fConnection, this); in Shutdown() 303 hci_id hid = btCoreData->RouteConnection(address->l2cap_bdaddr); in Connect() 310 fConnection = btCoreData->ConnectionByDestination( in Connect() 323 uint8 ident = btCoreData->allocate_command_ident(fConnection, this); in Connect() 655 uint8 ident = btCoreData->allocate_command_ident(fConnection, this); in _SendChannelConfig()
|
H A D | l2cap_signal.cpp | 469 btCoreData->lookup_command_ident(connection, ident)); in l2cap_handle_signaling_command() 539 btCoreData->free_command_ident(connection, ident); in l2cap_handle_signaling_command()
|
/haiku/src/add-ons/kernel/bluetooth/ |
H A D | Jamfile | 3 SubInclude HAIKU_TOP src add-ons kernel bluetooth btCoreData ;
|
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/ |
H A D | h2generic.h | 47 extern struct bluetooth_core_data_module_info* btCoreData;
|
H A D | h2upper.cpp | 101 btCoreData->PostEvent(bdev->ndev, snb_get(snbuf),
|
H A D | h2generic.cpp | 40 struct bluetooth_core_data_module_info* btCoreData = NULL; variable 779 (module_info**)&btCoreData) != B_OK) { in init_driver()
|
/haiku/build/jam/images/definitions/ |
H A D | regular | 169 btCoreData
|