HomeSort by relevance Sort by last modified time
    Searched refs:tBTM_SEC_DEV_REC (Results 1 - 17 of 17) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_dev.c 40 static tBTM_SEC_DEV_REC *btm_find_oldest_dev (void);
65 tBTM_SEC_DEV_REC *p_dev_rec;
82 memset (p_dev_rec, 0, sizeof (tBTM_SEC_DEV_REC));
176 tBTM_SEC_DEV_REC *p_dev_rec;
211 tBTM_SEC_DEV_REC *p_srec;
229 tBTM_SEC_DEV_REC *btm_sec_alloc_dev (BD_ADDR bd_addr)
231 tBTM_SEC_DEV_REC *p_dev_rec = NULL;
274 memset (p_dev_rec, 0, sizeof (tBTM_SEC_DEV_REC));
338 void btm_sec_free_dev (tBTM_SEC_DEV_REC *p_dev_rec)
364 tBTM_SEC_DEV_REC *p_dev_rec
    [all...]
btm_ble_addr.c 219 tBTM_SEC_DEV_REC *p_dev_rec = NULL;
278 tBTM_SEC_DEV_REC *p_dev_rec;
368 tBTM_SEC_DEV_REC *p_dev_rec = NULL;
390 tBTM_SEC_DEV_REC* btm_find_dev_by_public_static_addr(BD_ADDR bd_addr)
393 tBTM_SEC_DEV_REC *p_dev_rec = &btm_cb.sec_dev_rec[0];
423 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_public_static_addr(bd_addr);
459 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (random_pseudo);
488 tBTM_SEC_DEV_REC *p_sec_rec = btm_find_dev_by_public_static_addr(static_bda);
btm_sec.c 58 static tBTM_STATUS btm_sec_execute_procedure (tBTM_SEC_DEV_REC *p_dev_rec);
59 static BOOLEAN btm_sec_start_get_name (tBTM_SEC_DEV_REC *p_dev_rec);
60 static BOOLEAN btm_sec_start_authentication (tBTM_SEC_DEV_REC *p_dev_rec);
61 static BOOLEAN btm_sec_start_encryption (tBTM_SEC_DEV_REC *p_dev_rec);
65 static tBTM_STATUS btm_sec_dd_create_conn (tBTM_SEC_DEV_REC *p_dev_rec);
77 static void btm_send_link_key_notif (tBTM_SEC_DEV_REC *p_dev_rec);
78 static BOOLEAN btm_sec_check_prefetch_pin (tBTM_SEC_DEV_REC *p_dev_rec);
80 static UINT8 btm_sec_start_authorization (tBTM_SEC_DEV_REC *p_dev_rec);
83 static tBTM_STATUS btm_sec_send_hci_disconnect (tBTM_SEC_DEV_REC *p_dev_rec, UINT8 reason, UINT16 conn_handle);
84 UINT8 btm_sec_start_role_switch (tBTM_SEC_DEV_REC *p_dev_rec)
    [all...]
btm_ble.c 71 tBTM_SEC_DEV_REC *p_dev_rec;
92 memset (p_dev_rec, 0, sizeof (tBTM_SEC_DEV_REC));
161 tBTM_SEC_DEV_REC *p_dev_rec;
366 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(pseudo_addr);
416 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
447 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
530 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
594 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (remote_bda);
791 tBTM_SEC_DEV_REC *p_dev_rec;
820 tBTM_SEC_DEV_REC *p_dev_rec
    [all...]
btm_int.h 623 } tBTM_SEC_DEV_REC;
    [all...]
btm_acl.c 45 static void btm_process_remote_ext_features_page (tACL_CONN *p_acl_cb, tBTM_SEC_DEV_REC *p_dev_rec,
155 BOOLEAN btm_ble_get_acl_remote_addr(tBTM_SEC_DEV_REC *p_dev_rec, BD_ADDR conn_addr,
212 tBTM_SEC_DEV_REC *p_dev_rec = NULL;
395 tBTM_SEC_DEV_REC *p_dev_rec=NULL;
634 tBTM_SEC_DEV_REC *p_dev_rec = NULL;
783 tBTM_SEC_DEV_REC *p_dev_rec = NULL;
940 tBTM_SEC_DEV_REC *p_dev_rec;
    [all...]
btm_ble_bgconn.c 72 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
btm_ble_gap.c 633 tBTM_SEC_DEV_REC *match_rec = (tBTM_SEC_DEV_REC *) p_rec;
    [all...]
  /external/bluetooth/bluedroid/vnd/include/
vendor_ble.h 117 extern BOOLEAN btm_ble_vendor_irk_list_load_dev(tBTM_SEC_DEV_REC *p_dev_rec);
118 extern void btm_ble_vendor_irk_list_remove_dev(tBTM_SEC_DEV_REC *p_dev_rec);
  /external/bluetooth/bluedroid/vnd/ble/
vendor_ble.c 385 tBTM_STATUS btm_ble_remove_irk_entry(tBTM_SEC_DEV_REC *p_dev_rec)
508 tBTM_SEC_DEV_REC *p_dev_rec = &btm_cb.sec_dev_rec[0];
539 BOOLEAN btm_ble_vendor_irk_list_load_dev(tBTM_SEC_DEV_REC *p_dev_rec)
608 void btm_ble_vendor_irk_list_remove_dev(tBTM_SEC_DEV_REC *p_dev_rec)
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 265 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (bda);
369 tBTM_SEC_DEV_REC *p_dev_rec;
469 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev(p_lcb->remote_bd_addr);
671 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (p_lcb->remote_bd_addr);
    [all...]
l2c_link.c 160 tBTM_SEC_DEV_REC *p_dev_info = NULL;
    [all...]
l2c_utils.c     [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_api.c 231 tBTM_SEC_DEV_REC *p_dev_rec;
smp_act.c 153 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda);
383 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda);
    [all...]
  /external/bluetooth/bluedroid/stack/hid/
hidh_api.c 580 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c     [all...]

Completed in 75 milliseconds