| /system/bt/stack/btm/ |
| D | btm_dev.cc | 67 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecAddDevice() local 170 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecDeleteDevice() local 189 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecClearSecurityFlags() local 218 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in is_bd_addr_equal() local 240 tBTM_SEC_DEV_REC* p_dev_rec = btm_sec_allocate_dev_rec(); in btm_sec_alloc_dev() local 271 void btm_sec_free_dev(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_sec_free_dev() 290 tBTM_SEC_DEV_REC* p_dev_rec; in btm_dev_support_switch() local 326 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in is_handle_equal() local 353 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in is_address_equal() local 401 tBTM_SEC_DEV_REC* p_dev_rec = in btm_consolidate_dev() local [all …]
|
| D | btm_sec.cc | 142 static bool btm_dev_authenticated(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_dev_authenticated() 158 static bool btm_dev_encrypted(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_dev_encrypted() 174 static bool btm_dev_authorized(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_dev_authorized() 190 static bool btm_dev_16_digit_authenticated(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_dev_16_digit_authenticated() 207 static bool btm_serv_trusted(tBTM_SEC_DEV_REC* p_dev_rec, in btm_serv_trusted() 326 tBTM_SEC_DEV_REC* p_dev_rec; in BTM_GetSecurityFlags() local 348 tBTM_SEC_DEV_REC* p_dev_rec; in BTM_GetSecurityFlagsByTransport() local 785 tBTM_SEC_DEV_REC* p_dev_rec; in btm_sec_clr_temp_auth_service() local 825 tBTM_SEC_DEV_REC* p_dev_rec; in BTM_PINCodeReply() local 948 tBTM_SEC_DEV_REC* p_dev_rec; in btm_sec_bond_by_transport() local [all …]
|
| D | btm_ble_addr.cc | 213 bool btm_ble_init_pseudo_addr(tBTM_SEC_DEV_REC* p_dev_rec, in btm_ble_init_pseudo_addr() 235 bool btm_ble_addr_resolvable(BD_ADDR rpa, tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_addr_resolvable() 291 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in btm_ble_match_random_bda() local 324 tBTM_SEC_DEV_REC* p_dev_rec = nullptr; in btm_ble_resolve_random_addr() local 348 tBTM_SEC_DEV_REC* p_dev_rec = in btm_find_dev_by_identity_addr() local 377 tBTM_SEC_DEV_REC* p_dev_rec = in btm_identity_addr_to_random_pseudo() local 410 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(random_pseudo); in btm_random_pseudo_to_identity_addr() local
|
| D | btm_ble.cc | 74 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecAddBleDevice() local 132 tBTM_SEC_DEV_REC* p_dev_rec; in BTM_SecAddBleKey() local 327 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(pseudo_addr); in BTM_ReadRemoteConnectionAddr() local 374 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BlePasskeyReply() local 401 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleConfirmReply() local 433 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleOobDataReply() local 461 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleSecureConnectionOobDataReply() local 542 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleSetPrefConnParams() local 605 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(remote_bda); in BTM_ReadDevInfo() local 662 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(remote_bda); in BTM_ReadConnectedTransportAddress() local [all …]
|
| D | btm_ble_privacy.cc | 189 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 413 tBTM_STATUS btm_ble_remove_resolving_list_entry(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_remove_resolving_list_entry() 473 tBTM_STATUS btm_ble_read_resolving_list_entry(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_read_resolving_list_entry() 670 bool btm_ble_resolving_list_load_dev(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_resolving_list_load_dev() 764 void btm_ble_resolving_list_remove_dev(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_resolving_list_remove_dev()
|
| D | btm_acl.cc | 145 bool btm_ble_get_acl_remote_addr(tBTM_SEC_DEV_REC* p_dev_rec, BD_ADDR conn_addr, in btm_ble_get_acl_remote_addr() 195 tBTM_SEC_DEV_REC* p_dev_rec = NULL; in btm_acl_created() local 348 tBTM_SEC_DEV_REC* p_dev_rec = NULL; in btm_acl_removed() local 542 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 822 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(bda); in btm_use_preferred_conn_params() local 909 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in btm_process_remote_ext_features() local 1384 tBTM_SEC_DEV_REC* p_dev_rec; in btm_acl_role_changed() local 2170 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in btm_remove_acl() local 2216 void btm_cont_rswitch(tACL_CONN* p, tBTM_SEC_DEV_REC* p_dev_rec, in btm_cont_rswitch() [all …]
|
| D | btm_ble_gap.cc | 864 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in is_resolving_list_bit_set() local 887 tBTM_SEC_DEV_REC* p_dev_rec; in btm_set_conn_mode_adv_init_addr() local 938 tBTM_SEC_DEV_REC* p_dev_rec = in btm_set_conn_mode_adv_init_addr() local 2235 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in btm_ble_process_phy_update_pkt() local
|
| D | btm_devctl.cc | 137 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in set_sec_state_idle() local
|
| D | btm_ble_bgconn.cc | 127 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in btm_add_dev_to_controller() local
|
| /system/bt/stack/l2cap/ |
| D | l2c_ble.cc | 277 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(bda); in l2cble_scanner_conn_comp() local 359 tBTM_SEC_DEV_REC* p_dev_rec; in l2cble_advertiser_conn_comp() local 841 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(p_lcb->remote_bd_addr); in l2cble_init_direct_conn() local
|
| D | l2c_utils.cc | 2218 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_lcb->remote_bd_addr); in l2cu_create_conn_after_switch() local
|
| /system/bt/stack/smp/ |
| D | smp_act.cc | 260 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_send_pair_req() local 516 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_proc_pair_cmd() local 759 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_br_process_pairing_command() local 1886 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bda); in smp_proc_ltk_request() local
|
| D | smp_keys.cc | 1634 tBTM_SEC_DEV_REC* p_dev_rec; in smp_calculate_link_key_from_long_term_key() local 1730 tBTM_SEC_DEV_REC* p_dev_rec; in smp_calculate_long_term_key_from_link_key() local
|
| /system/bt/stack/hid/ |
| D | hidh_api.cc | 541 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in hid_known_hid_device() local
|
| /system/bt/stack/gatt/ |
| D | gatt_main.cc | 516 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in gatt_notify_conn_update() local
|
| /system/bt/bta/hh/ |
| D | bta_hh_le.cc | 1221 tBTM_SEC_DEV_REC* p_dev_rec; in bta_hh_start_security() local
|