Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_dev.c66 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_SecAddDevice() local
180 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_SecDeleteDevice() local
222 tBTM_SEC_DEV_REC *p_dev_rec = data; in is_bd_addr_equal() local
243 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in btm_sec_alloc_dev() local
296 void btm_sec_free_dev (tBTM_SEC_DEV_REC *p_dev_rec) in btm_sec_free_dev()
325 tBTM_SEC_DEV_REC *p_dev_rec; in btm_dev_support_switch() local
367 tBTM_SEC_DEV_REC *p_dev_rec = data; in is_handle_equal() local
401 tBTM_SEC_DEV_REC *p_dev_rec = data; in is_address_equal() local
457 tBTM_SEC_DEV_REC *p_dev_rec = list_node(node); in btm_consolidate_dev() local
514 tBTM_SEC_DEV_REC *p_dev_rec; in btm_find_or_alloc_dev() local
[all …]
Dbtm_sec.c139 static BOOLEAN btm_dev_authenticated (tBTM_SEC_DEV_REC *p_dev_rec) in btm_dev_authenticated()
157 static BOOLEAN btm_dev_encrypted (tBTM_SEC_DEV_REC *p_dev_rec) in btm_dev_encrypted()
175 static BOOLEAN btm_dev_authorized (tBTM_SEC_DEV_REC *p_dev_rec) in btm_dev_authorized()
193 static BOOLEAN btm_dev_16_digit_authenticated(tBTM_SEC_DEV_REC *p_dev_rec) in btm_dev_16_digit_authenticated()
212 static BOOLEAN btm_serv_trusted(tBTM_SEC_DEV_REC *p_dev_rec, tBTM_SEC_SERV_REC *p_serv_rec) in btm_serv_trusted()
348 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_GetSecurityFlags() local
371 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_GetSecurityFlagsByTransport() local
821 tBTM_SEC_DEV_REC *p_dev_rec; in btm_sec_clr_temp_auth_service() local
855 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_PINCodeReply() local
975 tBTM_SEC_DEV_REC *p_dev_rec; in btm_sec_bond_by_transport() local
[all …]
Dbtm_ble_addr.c250 BOOLEAN btm_ble_init_pseudo_addr (tBTM_SEC_DEV_REC *p_dev_rec, BD_ADDR new_pseudo_addr) in btm_ble_init_pseudo_addr()
272 BOOLEAN btm_ble_addr_resolvable (BD_ADDR rpa, tBTM_SEC_DEV_REC *p_dev_rec) in btm_ble_addr_resolvable()
332 tBTM_SEC_DEV_REC *p_dev_rec = data; in btm_ble_match_random_bda() local
372 tBTM_SEC_DEV_REC *p_dev_rec = n ? list_node(n) : NULL; in btm_ble_resolve_random_addr() local
399 tBTM_SEC_DEV_REC *p_dev_rec = list_node(node); in btm_find_dev_by_identity_addr() local
426 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_identity_addr(bd_addr, *p_addr_type); in btm_identity_addr_to_random_pseudo() local
458 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (random_pseudo); in btm_random_pseudo_to_identity_addr() local
Dbtm_ble.c76 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(bd_addr); in BTM_SecAddBleDevice() local
143 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_SecAddBleKey() local
347 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(pseudo_addr); in BTM_ReadRemoteConnectionAddr() local
397 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_BlePasskeyReply() local
426 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_BleConfirmReply() local
458 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_BleOobDataReply() local
539 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_BleSetPrefConnParams() local
603 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (remote_bda); in BTM_ReadDevInfo() local
666 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(remote_bda); in BTM_ReadConnectedTransportAddress() local
1071 tBTM_SEC_DEV_REC *p_dev_rec; in btm_ble_increment_sign_ctr() local
[all …]
Dbtm_ble_privacy.c195 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(pseudo_bda); in btm_ble_update_resolving_list() local
219 tBTM_SEC_DEV_REC *p_dev_rec = data; in clear_resolving_list_bit() local
451 tBTM_STATUS btm_ble_remove_resolving_list_entry(tBTM_SEC_DEV_REC *p_dev_rec) in btm_ble_remove_resolving_list_entry()
531 tBTM_STATUS btm_ble_read_resolving_list_entry(tBTM_SEC_DEV_REC *p_dev_rec) in btm_ble_read_resolving_list_entry()
761 BOOLEAN btm_ble_resolving_list_load_dev(tBTM_SEC_DEV_REC *p_dev_rec) in btm_ble_resolving_list_load_dev()
864 void btm_ble_resolving_list_remove_dev(tBTM_SEC_DEV_REC *p_dev_rec) in btm_ble_resolving_list_remove_dev()
Dbtm_acl.c159 BOOLEAN btm_ble_get_acl_remote_addr(tBTM_SEC_DEV_REC *p_dev_rec, BD_ADDR conn_addr, in btm_ble_get_acl_remote_addr()
216 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in btm_acl_created() local
385 tBTM_SEC_DEV_REC *p_dev_rec=NULL; in btm_acl_removed() local
603 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in BTM_SwitchRole() local
731 tBTM_SEC_DEV_REC *p_dev_rec; in btm_acl_encrypt_change() local
957 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle); in btm_process_remote_ext_features() local
1458 tBTM_SEC_DEV_REC *p_dev_rec; in btm_acl_role_changed() local
2364 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in btm_remove_acl() local
2418 void btm_cont_rswitch (tACL_CONN *p, tBTM_SEC_DEV_REC *p_dev_rec, in btm_cont_rswitch()
2476 tBTM_SEC_DEV_REC *p_dev_rec; in btm_acl_resubmit_page() local
[all …]
Dbtm_devctl.c151 tBTM_SEC_DEV_REC *p_dev_rec = data; in set_sec_state_idle() local
Dbtm_ble_bgconn.c151 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in btm_add_dev_to_controller() local
Dbtm_ble_gap.c926 tBTM_SEC_DEV_REC *p_dev_rec = data; in is_resolving_list_bit_set() local
951 tBTM_SEC_DEV_REC *p_dev_rec; in btm_set_conn_mode_adv_init_addr() local
1004 tBTM_SEC_DEV_REC *p_dev_rec = list_node(n); in btm_set_conn_mode_adv_init_addr() local
/system/bt/stack/l2cap/
Dl2c_ble.c238 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (bda); in l2cble_use_preferred_conn_params() local
320 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (bda); in l2cble_scanner_conn_comp() local
397 tBTM_SEC_DEV_REC *p_dev_rec; in l2cble_advertiser_conn_comp() local
877 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (p_lcb->remote_bd_addr); in l2cble_init_direct_conn() local
Dl2c_utils.c2402 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/
Dsmp_act.c290 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda); in smp_send_pair_req() local
566 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda); in smp_proc_pair_cmd() local
841 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda); in smp_br_process_pairing_command() local
2044 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(bda); in smp_proc_ltk_request() local
Dsmp_keys.c1909 tBTM_SEC_DEV_REC *p_dev_rec; in smp_calculate_link_key_from_long_term_key() local
2012 tBTM_SEC_DEV_REC *p_dev_rec; in smp_calculate_long_term_key_from_link_key() local
/system/bt/stack/hid/
Dhidh_api.c580 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in hid_known_hid_device() local
/system/bt/bta/hh/
Dbta_hh_le.c1217 tBTM_SEC_DEV_REC *p_dev_rec; in bta_hh_start_security() local