Home
last modified time | relevance | path

Searched refs:btm_find_or_alloc_dev (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c332 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (bda); in l2cble_scanner_conn_comp()
483 p_dev_rec = btm_find_or_alloc_dev (bda); in l2cble_advertiser_conn_comp()
889 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (p_lcb->remote_bd_addr); in l2cble_init_direct_conn()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c985 if ((p_dev_rec = btm_find_or_alloc_dev (bd_addr)) == NULL) { in btm_sec_bond_by_transport()
2112 p_dev_rec = btm_find_or_alloc_dev (bd_addr); in btm_sec_l2cap_access_req()
2447 p_dev_rec = btm_find_or_alloc_dev (bd_addr); in btm_sec_mx_access_request()
3237 p_dev_rec = btm_find_or_alloc_dev (bd_addr); in btm_sec_rmt_host_support_feat_evt()
3282 p_dev_rec = btm_find_or_alloc_dev (evt_data.bd_addr); in btm_io_capabilities_req()
3463 p_dev_rec = btm_find_or_alloc_dev (evt_data.bd_addr); in btm_io_capabilities_rsp()
4696 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (p_bda); in btm_sec_link_key_notification()
4846 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (p_bda); in btm_sec_link_key_request()
5060 p_dev_rec = btm_find_or_alloc_dev (p_bda); in btm_sec_pin_code_request()
Dbtm_dev.c625 tBTM_SEC_DEV_REC *btm_find_or_alloc_dev (BD_ADDR bd_addr) in btm_find_or_alloc_dev() function
Dbtm_acl.c1001 p_dev_rec = btm_find_or_alloc_dev (p_acl_cb->remote_addr); in btm_process_remote_ext_features()
2507 p_dev_rec = btm_find_or_alloc_dev (bda); in btm_acl_resubmit_page()
2567 p_dev_rec = btm_find_or_alloc_dev (bda); in btm_acl_paging()
Dbtm_ble_5_gap.c1088 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (bd_addr); in BTM_BleSetPreferExtenedConnParams()
Dbtm_ble.c616 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (bd_addr); in BTM_BleSetPrefConnParams()
Dbtm_ble_gap.c1387 if ((p_dev_rec = btm_find_or_alloc_dev (p_cb->direct_bda.bda)) != NULL && in btm_set_conn_mode_adv_init_addr()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h1165 tBTM_SEC_DEV_REC *btm_find_or_alloc_dev (BD_ADDR bd_addr);
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c524 p_dev_rec = btm_find_or_alloc_dev(p_data->api_conn.remote_bda); in bta_gattc_open()