Searched refs:tACL_CONN (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 101 tACL_CONN* acl_allocate_connection(); 102 tACL_CONN* acl_get_connection_from_handle(uint16_t handle); 103 tACL_CONN* btm_bda_to_acl(const RawAddress& bda, tBT_TRANSPORT transport); 104 bool change_connection_packet_types(tACL_CONN& link, const uint16_t new_packet_type_bitmask); 105 void btm_establish_continue(tACL_CONN* p_acl_cb); 108 void hci_start_role_switch_to_central(tACL_CONN& p_acl); 142 static bool IsEprAvailable(const tACL_CONN& p_acl) { in IsEprAvailable() 151 static void btm_process_remote_ext_features(tACL_CONN* p_acl_cb, uint8_t max_page_number); 156 static void btm_set_link_policy(tACL_CONN* conn, tLINK_POLICY policy); 160 void NotifyAclLinkUp(tACL_CONN& p_acl) { in NotifyAclLinkUp() [all …]
|
D | acl.h | 170 struct tACL_CONN { struct 302 tACL_CONN acl_db[MAX_L2CAP_LINKS]; 336 tACL_CONN* btm_acl_for_bda(const RawAddress& bd_addr, tBT_TRANSPORT transport);
|
D | acl.cc | 21 void tACL_CONN::Reset() { in Reset()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_iot_config.h | 23 void btm_iot_save_remote_properties(tACL_CONN* p_acl_cb); 24 void btm_iot_save_remote_versions(tACL_CONN* p_acl_cb);
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_iot_config.cc | 42 void btm_iot_save_remote_properties(tACL_CONN* p_acl_cb) { in btm_iot_save_remote_properties() 90 void btm_iot_save_remote_versions(tACL_CONN* p_acl_cb) { in btm_iot_save_remote_versions()
|
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_acl_test.cc | 67 tACL_CONN* p_acl = btm_acl_for_bda(kRawAddress, transport); in TEST_F()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | le_scanning_manager.cc | 382 extern tACL_CONN* btm_acl_for_bda(const RawAddress& bd_addr, tBT_TRANSPORT transport); 411 tACL_CONN* p_acl = btm_acl_for_bda(address, BT_TRANSPORT_LE); in TransferSync() 427 tACL_CONN* p_acl = btm_acl_for_bda(address, BT_TRANSPORT_LE); in TransferSetInfo()
|
D | acl.cc | 1169 const tACL_CONN& link = acl_cb.acl_db[i]; in DumpsysAcl()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_acl.h | 228 std::function<tACL_CONN*(const RawAddress& bd_addr, tBT_TRANSPORT transport)> body{ 230 tACL_CONN* operator()(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in operator()
|
D | mock_stack_acl.cc | 203 tACL_CONN* btm_acl_for_bda(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in btm_acl_for_bda()
|