Home
last modified time | relevance | path

Searched defs:p_dev_rec (Results 1 – 18 of 18) sorted by relevance

/system/bt/stack/btm/
Dbtm_dev.cc68 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecAddDevice() local
152 void wipe_secrets_and_remove(tBTM_SEC_DEV_REC* p_dev_rec) { in wipe_secrets_and_remove()
176 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecDeleteDevice() local
199 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecClearSecurityFlags() local
240 tBTM_SEC_DEV_REC* p_dev_rec = btm_sec_allocate_dev_rec(); in btm_sec_alloc_dev() local
280 tBTM_SEC_DEV_REC* p_dev_rec; in btm_dev_support_switch() local
314 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in is_handle_equal() local
341 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in is_address_equal() local
387 tBTM_SEC_DEV_REC* p_dev_rec = in btm_consolidate_dev() local
439 tBTM_SEC_DEV_REC* p_dev_rec; in btm_find_or_alloc_dev() local
[all …]
Dbtm_sec.cc149 static bool btm_dev_authenticated(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_dev_authenticated()
165 static bool btm_dev_encrypted(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_dev_encrypted()
181 static bool btm_dev_authorized(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_dev_authorized()
197 static bool btm_dev_16_digit_authenticated(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_dev_16_digit_authenticated()
214 static bool btm_serv_trusted(tBTM_SEC_DEV_REC* p_dev_rec, in btm_serv_trusted()
333 tBTM_SEC_DEV_REC* p_dev_rec; in BTM_GetSecurityFlags() local
356 tBTM_SEC_DEV_REC* p_dev_rec; in BTM_GetSecurityFlagsByTransport() local
718 tBTM_SEC_DEV_REC* p_dev_rec; in btm_sec_clr_temp_auth_service() local
755 tBTM_SEC_DEV_REC* p_dev_rec; in BTM_PINCodeReply() local
878 tBTM_SEC_DEV_REC* p_dev_rec; in btm_sec_bond_by_transport() local
[all …]
Dbtm_ble_addr.cc161 bool btm_ble_init_pseudo_addr(tBTM_SEC_DEV_REC* p_dev_rec, in btm_ble_init_pseudo_addr()
199 tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_addr_resolvable()
221 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in btm_ble_match_random_bda() local
252 tBTM_SEC_DEV_REC* p_dev_rec = nullptr; in btm_ble_resolve_random_addr() local
270 tBTM_SEC_DEV_REC* p_dev_rec = in btm_find_dev_by_identity_addr() local
299 tBTM_SEC_DEV_REC* p_dev_rec = in btm_identity_addr_to_random_pseudo() local
332 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(*random_pseudo); in btm_random_pseudo_to_identity_addr() local
Dbtm_ble.cc74 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecAddBleDevice() local
133 tBTM_SEC_DEV_REC* p_dev_rec; in BTM_SecAddBleKey() local
285 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(pseudo_addr); in BTM_ReadRemoteConnectionAddr() local
333 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BlePasskeyReply() local
360 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleConfirmReply() local
392 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleOobDataReply() local
420 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleSecureConnectionOobDataReply() local
501 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleSetPrefConnParams() local
564 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(remote_bda); in BTM_ReadDevInfo() local
620 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(*remote_bda); in BTM_ReadConnectedTransportAddress() local
[all …]
Dbtm_ble_privacy.cc189 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(pseudo_bda); in btm_ble_update_resolving_list() local
207 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in clear_resolving_list_bit() local
412 tBTM_STATUS btm_ble_remove_resolving_list_entry(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_remove_resolving_list_entry()
472 tBTM_STATUS btm_ble_read_resolving_list_entry(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_read_resolving_list_entry()
677 bool btm_ble_resolving_list_load_dev(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_resolving_list_load_dev()
782 void btm_ble_resolving_list_remove_dev(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_resolving_list_remove_dev()
Dbtm_main.cc87 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(list_node(node)); in btm_free() local
Dbtm_acl.cc145 bool btm_ble_get_acl_remote_addr(tBTM_SEC_DEV_REC* p_dev_rec, in btm_ble_get_acl_remote_addr()
194 tBTM_SEC_DEV_REC* p_dev_rec = NULL; in btm_acl_created() local
343 tBTM_SEC_DEV_REC* p_dev_rec = NULL; in btm_acl_removed() local
540 tBTM_SEC_DEV_REC* p_dev_rec = NULL; in BTM_SwitchRole() local
648 tBTM_SEC_DEV_REC* p_dev_rec; in btm_acl_encrypt_change() local
825 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(bda); in btm_use_preferred_conn_params() local
921 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in btm_process_remote_ext_features() local
1432 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in btm_blacklist_role_change_device() local
1483 tBTM_SEC_DEV_REC* p_dev_rec; in btm_acl_role_changed() local
2484 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in btm_remove_acl() local
[all …]
Dbtm_ble_bgconn.cc166 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(address); in BTM_BackgroundConnectAddressKnown() local
196 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in btm_add_dev_to_controller() local
Dbtm_devctl.cc167 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in set_sec_state_idle() local
Dbtm_ble_gap.cc732 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in is_resolving_list_bit_set() local
755 tBTM_SEC_DEV_REC* p_dev_rec; in btm_set_conn_mode_adv_init_addr() local
806 tBTM_SEC_DEV_REC* p_dev_rec = in btm_set_conn_mode_adv_init_addr() local
/system/bt/stack/smp/
Dsmp_act.cc251 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_send_pair_req() local
512 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_proc_pair_cmd() local
782 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_br_process_pairing_command() local
1961 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bda); in smp_proc_ltk_request() local
2061 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_br_process_link_key() local
Dsmp_keys.cc940 tBTM_SEC_DEV_REC* p_dev_rec; in smp_calculate_link_key_from_long_term_key() local
1002 tBTM_SEC_DEV_REC* p_dev_rec; in smp_calculate_long_term_key_from_link_key() local
/system/bt/stack/hid/
Dhidh_api.cc537 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in hid_known_hid_device() local
/system/bt/stack/gatt/
Dgatt_main.cc482 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in gatt_notify_phy_updated() local
505 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in gatt_notify_conn_update() local
/system/bt/stack/l2cap/
Dl2c_ble.cc314 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(bda); in l2cble_conn_comp() local
Dl2c_utils.cc2225 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_lcb->remote_bd_addr); in l2cu_create_conn_after_switch() local
/system/bt/bta/hh/
Dbta_hh_le.cc1084 tBTM_SEC_DEV_REC* p_dev_rec; in bta_hh_start_security() local
/system/bt/bta/hearing_aid/
Dhearing_aid.cc397 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(address); in OnGattConnected() local