Home
last modified time | relevance | path

Searched refs:tBTM_SEC_DEV_REC (Results 1 – 14 of 14) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_dev.c38 static tBTM_SEC_DEV_REC *btm_find_oldest_dev (void);
63 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_SecAddDevice()
79 memset (p_dev_rec, 0, sizeof (tBTM_SEC_DEV_REC)); in BTM_SecAddDevice()
173 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_SecDeleteDevice()
205 tBTM_SEC_DEV_REC *p_srec; in BTM_SecReadDevName()
223 tBTM_SEC_DEV_REC *btm_sec_alloc_dev (BD_ADDR bd_addr) in btm_sec_alloc_dev()
225 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in btm_sec_alloc_dev()
241 memset (p_dev_rec, 0, sizeof (tBTM_SEC_DEV_REC)); in btm_sec_alloc_dev()
295 void btm_sec_free_dev (tBTM_SEC_DEV_REC *p_dev_rec) in btm_sec_free_dev()
321 tBTM_SEC_DEV_REC *p_dev_rec; in btm_dev_support_switch()
[all …]
Dbtm_sec.c57 static tBTM_STATUS btm_sec_execute_procedure (tBTM_SEC_DEV_REC *p_dev_rec);
58 static BOOLEAN btm_sec_start_get_name (tBTM_SEC_DEV_REC *p_dev_rec);
59 static BOOLEAN btm_sec_start_authentication (tBTM_SEC_DEV_REC *p_dev_rec);
60 static BOOLEAN btm_sec_start_encryption (tBTM_SEC_DEV_REC *p_dev_rec);
64 static tBTM_STATUS btm_sec_dd_create_conn (tBTM_SEC_DEV_REC *p_dev_rec);
76 static void btm_send_link_key_notif (tBTM_SEC_DEV_REC *p_dev_rec);
77 static BOOLEAN btm_sec_check_prefetch_pin (tBTM_SEC_DEV_REC *p_dev_rec);
79 static UINT8 btm_sec_start_authorization (tBTM_SEC_DEV_REC *p_dev_rec);
82 static tBTM_STATUS btm_sec_send_hci_disconnect (tBTM_SEC_DEV_REC *p_dev_rec, UINT8 reason);
83 tBTM_SEC_DEV_REC *btm_sec_find_dev_by_sec_state (UINT8 state);
[all …]
Dbtm_ble.c67 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_SecAddBleDevice()
88 memset (p_dev_rec, 0, sizeof (tBTM_SEC_DEV_REC)); in BTM_SecAddBleDevice()
157 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_SecAddBleKey()
356 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(pseudo_addr); in BTM_ReadRemoteConnectionAddr()
405 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_BlePasskeyReply()
436 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_BleOobDataReply()
520 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_BleSetPrefConnParams()
586 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (remote_bda); in BTM_ReadDevInfo()
810 tBTM_SEC_DEV_REC *p_dev_rec; in btm_ble_increment_sign_ctr()
839 tBTM_SEC_DEV_REC *p_dev_rec; in btm_ble_get_enc_key_type()
[all …]
Dbtm_int.h601 } tBTM_SEC_DEV_REC; typedef
854 tBTM_SEC_DEV_REC *p_collided_dev_rec;
880 tBTM_SEC_DEV_REC sec_dev_rec[BTM_SEC_MAX_DEVICE_RECORDS];
976 tBTM_SEC_DEV_REC *p_dev_rec,
1092 extern tBTM_SEC_DEV_REC *btm_sec_alloc_dev (BD_ADDR bd_addr);
1093 extern void btm_sec_free_dev (tBTM_SEC_DEV_REC *p_dev_rec);
1094 extern tBTM_SEC_DEV_REC *btm_find_dev (BD_ADDR bd_addr);
1095 extern tBTM_SEC_DEV_REC *btm_find_or_alloc_dev (BD_ADDR bd_addr);
1096 extern tBTM_SEC_DEV_REC *btm_find_dev_by_handle (UINT16 handle);
1133 extern void btm_sec_dev_rec_cback_event (tBTM_SEC_DEV_REC *p_dev_rec, UINT8 res);
[all …]
Dbtm_ble_addr.c215 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in btm_ble_resolve_address_cmpl()
274 tBTM_SEC_DEV_REC *p_dev_rec; in btm_ble_match_random_bda()
364 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in btm_ble_map_bda_to_conn_bda()
Dbtm_acl.c44 static void btm_process_remote_ext_features_page (tACL_CONN *p_acl_cb, tBTM_SEC_DEV_REC *p_dev_rec,
194 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in btm_acl_created()
365 tBTM_SEC_DEV_REC *p_dev_rec=NULL; in btm_acl_removed()
596 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in BTM_SwitchRole()
745 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in BTM_ChangeLinkKey()
902 tBTM_SEC_DEV_REC *p_dev_rec; in btm_acl_encrypt_change()
1264 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle); in btm_process_remote_ext_features()
1297 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()
2223 tBTM_SEC_DEV_REC *p_dev_rec; in btm_acl_role_changed()
3135 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in btm_remove_acl()
[all …]
Dbtm_ble_bgconn.c71 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in btm_add_dev_to_controller()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_ble.c106 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev(p_lcb->remote_bd_addr); in L2CA_InternalBleConnUpdate()
327 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (bda); in l2cble_scanner_conn_comp()
428 tBTM_SEC_DEV_REC *p_dev_rec; in l2cble_advertiser_conn_comp()
594 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (p_lcb->remote_bd_addr); in l2cble_init_direct_conn()
Dl2c_link.c159 tBTM_SEC_DEV_REC *p_dev_info = NULL; in l2c_link_hci_conn_comp()
Dl2c_utils.c2224 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_lcb->remote_bd_addr); in l2cu_create_conn_after_switch()
/external/bluetooth/bluedroid/stack/smp/
Dsmp_api.c227 tBTM_SEC_DEV_REC *p_dev_rec; in SMP_PasskeyReply()
Dsmp_act.c149 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda); in smp_send_pair_req()
359 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda); in smp_proc_pair_cmd()
/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()
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_le.c1298 tBTM_SEC_DEV_REC *p_dev_rec; in bta_hh_start_security()