Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_dev.c65 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_SecAddDevice() local
176 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_SecDeleteDevice() local
231 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in btm_sec_alloc_dev() local
338 void btm_sec_free_dev (tBTM_SEC_DEV_REC *p_dev_rec) in btm_sec_free_dev()
364 tBTM_SEC_DEV_REC *p_dev_rec; in btm_dev_support_switch() local
416 tBTM_SEC_DEV_REC *p_dev_rec = &btm_cb.sec_dev_rec[0]; in btm_find_dev_by_handle() local
444 tBTM_SEC_DEV_REC *p_dev_rec = &btm_cb.sec_dev_rec[0]; in btm_find_dev() local
471 tBTM_SEC_DEV_REC *p_dev_rec; in btm_find_or_alloc_dev() local
495 tBTM_SEC_DEV_REC *p_dev_rec = &btm_cb.sec_dev_rec[0]; in btm_find_oldest_dev() local
Dbtm_sec.c119 static BOOLEAN btm_dev_authenticated (tBTM_SEC_DEV_REC *p_dev_rec) in btm_dev_authenticated()
137 static BOOLEAN btm_dev_encrypted (tBTM_SEC_DEV_REC *p_dev_rec) in btm_dev_encrypted()
155 static BOOLEAN btm_dev_authorized (tBTM_SEC_DEV_REC *p_dev_rec) in btm_dev_authorized()
173 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
907 tBTM_SEC_DEV_REC *p_dev_rec; in btm_sec_clr_temp_auth_service() local
980 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_PINCodeReply() local
1101 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_DeviceAuthorized() local
1164 tBTM_SEC_DEV_REC *p_dev_rec; in btm_sec_bond_by_transport() local
[all …]
Dbtm_ble_addr.c219 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in btm_ble_resolve_address_cmpl() local
278 tBTM_SEC_DEV_REC *p_dev_rec; in btm_ble_match_random_bda() local
368 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in btm_ble_map_bda_to_conn_bda() local
393 tBTM_SEC_DEV_REC *p_dev_rec = &btm_cb.sec_dev_rec[0]; in btm_find_dev_by_public_static_addr() local
423 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_public_static_addr(bd_addr); in btm_public_addr_to_random_pseudo() local
459 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (random_pseudo); in btm_random_pseudo_to_public() local
Dbtm_ble.c71 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_SecAddBleDevice() local
161 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_SecAddBleKey() local
366 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(pseudo_addr); in BTM_ReadRemoteConnectionAddr() local
416 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_BlePasskeyReply() local
447 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_BleOobDataReply() local
530 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_BleSetPrefConnParams() local
594 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (remote_bda); in BTM_ReadDevInfo() local
791 tBTM_SEC_DEV_REC *p_dev_rec; in btm_ble_increment_sign_ctr() local
820 tBTM_SEC_DEV_REC *p_dev_rec; in btm_ble_get_enc_key_type() local
842 tBTM_SEC_DEV_REC *p_dev_rec; in btm_get_local_div() local
[all …]
Dbtm_acl.c155 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()
212 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in btm_acl_created() local
395 tBTM_SEC_DEV_REC *p_dev_rec=NULL; in btm_acl_removed() local
634 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in BTM_SwitchRole() local
783 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in BTM_ChangeLinkKey() local
940 tBTM_SEC_DEV_REC *p_dev_rec; in btm_acl_encrypt_change() local
1301 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle); in btm_process_remote_ext_features() local
1334 void btm_process_remote_ext_features_page (tACL_CONN *p_acl_cb, tBTM_SEC_DEV_REC *p_dev_rec, in btm_process_remote_ext_features_page()
2303 tBTM_SEC_DEV_REC *p_dev_rec; in btm_acl_role_changed() local
3225 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in btm_remove_acl() local
[all …]
Dbtm_ble_bgconn.c72 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in btm_add_dev_to_controller() local
/external/bluetooth/bluedroid/vnd/ble/
Dvendor_ble.c385 tBTM_STATUS btm_ble_remove_irk_entry(tBTM_SEC_DEV_REC *p_dev_rec) in btm_ble_remove_irk_entry()
508 tBTM_SEC_DEV_REC *p_dev_rec = &btm_cb.sec_dev_rec[0]; in btm_ble_vendor_irk_list_known_dev() local
539 BOOLEAN btm_ble_vendor_irk_list_load_dev(tBTM_SEC_DEV_REC *p_dev_rec) in btm_ble_vendor_irk_list_load_dev()
608 void btm_ble_vendor_irk_list_remove_dev(tBTM_SEC_DEV_REC *p_dev_rec) in btm_ble_vendor_irk_list_remove_dev()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_ble.c265 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (bda); in l2cble_scanner_conn_comp() local
369 tBTM_SEC_DEV_REC *p_dev_rec; in l2cble_advertiser_conn_comp() local
469 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev(p_lcb->remote_bd_addr); in l2cble_start_conn_update() local
671 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.c2332 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_lcb->remote_bd_addr); in l2cu_create_conn_after_switch() local
/external/bluetooth/bluedroid/stack/smp/
Dsmp_api.c231 tBTM_SEC_DEV_REC *p_dev_rec; in SMP_PasskeyReply() local
Dsmp_act.c153 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda); in smp_send_pair_req() local
383 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda); in smp_proc_pair_cmd() local
/external/bluetooth/bluedroid/stack/hid/
Dhidh_api.c580 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in hid_known_hid_device() local
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_le.c1384 tBTM_SEC_DEV_REC *p_dev_rec; in bta_hh_start_security() local