Home
last modified time | relevance | path

Searched refs:btm_find_dev (Results 1 – 17 of 17) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_dev.cc87 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecAddDevice()
158 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecDeleteDevice()
213 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecClearSecurityFlags()
235 p_srec = btm_find_dev(bd_addr); in BTM_SecReadDevName()
338 tBTM_SEC_DEV_REC* btm_find_dev(const RawAddress& bd_addr) { in btm_find_dev() function
441 tBTM_SEC_DEV_REC* p_target_rec = btm_find_dev(bd_addr); in btm_dev_consolidate_existing_connections()
515 p_dev_rec = btm_find_dev(bd_addr); in btm_find_or_alloc_dev()
619 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in btm_get_bond_type_dev()
638 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in btm_set_bond_type_dev()
687 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(address); in BTM_Sec_AddressKnown()
[all …]
Dbtm_ble_sec.cc85 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecAddBleDevice()
169 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecAddBleKey()
275 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BlePasskeyReply()
306 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleConfirmReply()
342 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleOobDataReply()
373 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleSecureConnectionOobDataReply()
419 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleSetPrefConnParams()
482 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(remote_bda); in BTM_ReadDevInfo()
547 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(*remote_bda); in BTM_ReadConnectedTransportAddress()
584 auto p_dev_rec = btm_find_dev(bd_addr); in BTM_SetBleDataLength()
[all …]
Dbtm_sec.cc479 auto p_dev_rec = btm_find_dev(bd_addr); in BTM_CanReadDiscoverableCharacteristics()
620 p_dev_rec = btm_find_dev(bd_addr); in BTM_PINCodeReply()
915 p_dev_rec = btm_find_dev(bd_addr); in BTM_SecBondCancel()
995 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecGetDeviceLinkKeyType()
1034 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SetEncryption()
1204 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecIsSecurityPending()
1332 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_PasskeyReqReply()
1434 p_dev_rec = btm_find_dev(bd_addr); in BTM_PeerSupportsSecureConnections()
1459 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_GetPeerDeviceTypeFromFeatures()
2061 p_dev_rec = btm_find_dev(btm_sec_cb.pairing_bda); in btm_sec_bond_cancel_complete()
[all …]
Dbtm_ble_addr.cc225 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(*random_pseudo); in btm_random_pseudo_to_identity_addr()
251 tBTM_SEC_DEV_REC* p_sec_rec = btm_find_dev(pseudo_bda); in btm_ble_refresh_peer_resolvable_private_addr()
Dbtm_dev.h93 tBTM_SEC_DEV_REC* btm_find_dev(const RawAddress& bd_addr);
Dbtm_sec_cb.cc122 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in getSecRec()
198 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in IsDeviceBonded()
Dbtm_ble_privacy.cc204 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(pseudo_bda); in btm_ble_update_resolving_list()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_dev.cc39 struct btm_find_dev btm_find_dev; variable
65 tBTM_SEC_DEV_REC* btm_find_dev(const RawAddress& bd_addr) { in btm_find_dev() function
67 return test::mock::stack_btm_dev::btm_find_dev.body(bd_addr); in btm_find_dev()
Dmock_stack_btm_dev.h27 struct btm_find_dev { struct
34 extern struct btm_find_dev btm_find_dev; argument
/packages/modules/Bluetooth/system/stack/fuzzers/
Dsmp_fuzzer.cc79 test::mock::stack_btm_dev::btm_find_dev.body = [](const RawAddress&) { in FakeBtStack()
119 test::mock::stack_btm_dev::btm_find_dev = {}; in ~FakeBtStack()
Dgatt_fuzzer.cc69 test::mock::stack_btm_dev::btm_find_dev.body = [](const RawAddress&) { in FakeBtStack()
122 test::mock::stack_btm_dev::btm_find_dev = {}; in ~FakeBtStack()
/packages/modules/Bluetooth/system/bta/test/common/
Dbtm_api_mock.cc76 tBTM_SEC_DEV_REC* btm_find_dev(const RawAddress& bd_addr) { in btm_find_dev() function
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_act.cc290 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_send_pair_req()
556 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_proc_pair_cmd()
834 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_br_process_pairing_command()
1359 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_key_distribution()
2117 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bda); in smp_proc_ltk_request()
2217 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_br_process_link_key()
Dsmp_l2c.cc290 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_br_connect_callback()
Dsmp_keys.cc980 p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_calculate_link_key_from_long_term_key()
1026 p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_calculate_long_term_key_from_link_key()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc.cc80 auto devA = btm_find_dev(a); in is_same_device()
81 if (devA != nullptr && devA == btm_find_dev(b)) { in is_same_device()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc2189 tBTM_SEC_DEV_REC* p_sec_rec = btm_find_dev(remote_bda); in BTM_ReadConnectionAddr()
2254 tBTM_SEC_DEV_REC* p_sec_rec = btm_find_dev(pseudo_addr); in BTM_ReadRemoteConnectionAddr()
2679 const tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in find_in_device_record()