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

  /system/bt/stack/btm/
btm_dev.cc 67 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);
170 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);
189 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);
209 tBTM_SEC_DEV_REC* p_srec;
218 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data);
236 tBTM_SEC_DEV_REC* btm_sec_alloc_dev(BD_ADDR bd_addr) {
240 tBTM_SEC_DEV_REC* p_dev_rec = btm_sec_allocate_dev_rec();
271 void btm_sec_free_dev(tBTM_SEC_DEV_REC* p_dev_rec) {
290 tBTM_SEC_DEV_REC* p_dev_rec
    [all...]
btm_int.h 88 extern void btm_cont_rswitch(tACL_CONN* p, tBTM_SEC_DEV_REC* p_dev_rec,
178 extern bool btm_ble_addr_resolvable(BD_ADDR rpa, tBTM_SEC_DEV_REC* p_dev_rec);
180 tBTM_SEC_DEV_REC* p_dev_rec);
181 extern bool btm_ble_resolving_list_load_dev(tBTM_SEC_DEV_REC* p_dev_rec);
182 extern void btm_ble_resolving_list_remove_dev(tBTM_SEC_DEV_REC* p_dev_rec);
197 extern tBTM_SEC_DEV_REC* btm_sec_allocate_dev_rec(void);
198 extern tBTM_SEC_DEV_REC* btm_sec_alloc_dev(BD_ADDR bd_addr);
199 extern void btm_sec_free_dev(tBTM_SEC_DEV_REC* p_dev_rec);
200 extern tBTM_SEC_DEV_REC* btm_find_dev(const BD_ADDR bd_addr);
201 extern tBTM_SEC_DEV_REC* btm_find_or_alloc_dev(BD_ADDR bd_addr)
    [all...]
btm_ble_addr.cc 213 bool btm_ble_init_pseudo_addr(tBTM_SEC_DEV_REC* p_dev_rec,
235 bool btm_ble_addr_resolvable(BD_ADDR rpa, tBTM_SEC_DEV_REC* p_dev_rec) {
291 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data);
316 tBTM_SEC_DEV_REC* btm_ble_resolve_random_addr(BD_ADDR random_bda) {
324 tBTM_SEC_DEV_REC* p_dev_rec = nullptr;
325 if (n != nullptr) p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(list_node(n));
342 tBTM_SEC_DEV_REC* btm_find_dev_by_identity_addr(BD_ADDR bd_addr,
348 tBTM_SEC_DEV_REC* p_dev_rec =
349 static_cast<tBTM_SEC_DEV_REC*>(list_node(node))
    [all...]
btm_sec.cc 63 static tBTM_STATUS btm_sec_execute_procedure(tBTM_SEC_DEV_REC* p_dev_rec);
64 static bool btm_sec_start_get_name(tBTM_SEC_DEV_REC* p_dev_rec);
65 static void btm_sec_start_authentication(tBTM_SEC_DEV_REC* p_dev_rec);
66 static void btm_sec_start_encryption(tBTM_SEC_DEV_REC* p_dev_rec);
70 static tBTM_STATUS btm_sec_dd_create_conn(tBTM_SEC_DEV_REC* p_dev_rec);
82 static void btm_send_link_key_notif(tBTM_SEC_DEV_REC* p_dev_rec);
83 static bool btm_sec_check_prefetch_pin(tBTM_SEC_DEV_REC* p_dev_rec);
85 static uint8_t btm_sec_start_authorization(tBTM_SEC_DEV_REC* p_dev_rec);
88 static tBTM_STATUS btm_sec_send_hci_disconnect(tBTM_SEC_DEV_REC* p_dev_rec,
91 uint8_t btm_sec_start_role_switch(tBTM_SEC_DEV_REC* p_dev_rec)
    [all...]
btm_ble.cc 74 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);
132 tBTM_SEC_DEV_REC* p_dev_rec;
327 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(pseudo_addr);
374 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);
401 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);
433 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);
461 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);
542 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);
605 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(remote_bda);
662 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(remote_bda)
    [all...]
btm_ble_privacy.cc 189 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(pseudo_bda);
207 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data);
413 tBTM_STATUS btm_ble_remove_resolving_list_entry(tBTM_SEC_DEV_REC* p_dev_rec) {
473 tBTM_STATUS btm_ble_read_resolving_list_entry(tBTM_SEC_DEV_REC* p_dev_rec) {
670 bool btm_ble_resolving_list_load_dev(tBTM_SEC_DEV_REC* p_dev_rec) {
764 void btm_ble_resolving_list_remove_dev(tBTM_SEC_DEV_REC* p_dev_rec) {
821 tBTM_SEC_DEV_REC* p_dev = static_cast<tBTM_SEC_DEV_REC*>(data);
btm_acl.cc 145 bool btm_ble_get_acl_remote_addr(tBTM_SEC_DEV_REC* p_dev_rec, BD_ADDR conn_addr,
195 tBTM_SEC_DEV_REC* p_dev_rec = NULL;
348 tBTM_SEC_DEV_REC* p_dev_rec = NULL;
542 tBTM_SEC_DEV_REC* p_dev_rec = NULL;
648 tBTM_SEC_DEV_REC* p_dev_rec;
822 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(bda);
    [all...]
btm_devctl.cc 137 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data);
btm_ble_int.h 151 extern tBTM_SEC_DEV_REC* btm_ble_resolve_random_addr(BD_ADDR random_bda);
btm_ble_gap.cc     [all...]
btm_int_types.h 587 } tBTM_SEC_DEV_REC;
    [all...]
btm_ble_bgconn.cc 127 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);
  /system/bt/stack/l2cap/
l2c_ble.cc 277 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(bda);
359 tBTM_SEC_DEV_REC* p_dev_rec;
841 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(p_lcb->remote_bd_addr);
    [all...]
l2c_link.cc 152 tBTM_SEC_DEV_REC* p_dev_info = NULL;
    [all...]
l2c_utils.cc     [all...]
  /system/bt/stack/hid/
hidh_api.cc 541 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);
  /system/bt/stack/smp/
smp_act.cc 260 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda);
516 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda);
759 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda);
    [all...]
smp_keys.cc     [all...]
  /system/bt/stack/gatt/
gatt_main.cc 516 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle);
    [all...]
  /system/bt/bta/hh/
bta_hh_le.cc     [all...]

Completed in 537 milliseconds