Searched refs:add_dev_to_resolving_list (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gap_ble.h | 158 } add_dev_to_resolving_list; member
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_gap_ble_api.c | 261 memcpy(arg.add_dev_to_resolving_list.addr, peer_addr, ESP_BD_ADDR_LEN); in esp_ble_gap_add_device_to_resolving_list() 262 arg.add_dev_to_resolving_list.addr_type = addr_type; in esp_ble_gap_add_device_to_resolving_list() 263 memcpy(arg.add_dev_to_resolving_list.irk, peer_irk, ESP_PEER_IRK_LEN); in esp_ble_gap_add_device_to_resolving_list()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 1970 btc_ble_add_device_to_resolving_list(arg->add_dev_to_resolving_list.addr, in btc_gap_ble_call_handler() 1971 arg->add_dev_to_resolving_list.addr_type, in btc_gap_ble_call_handler() 1972 arg->add_dev_to_resolving_list.irk, in btc_gap_ble_call_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 5752 BTM_BleAddDevToResolvingList(p_data->add_dev_to_resolving_list.addr, in bta_dm_ble_gap_add_dev_to_resolving_list() 5753 p_data->add_dev_to_resolving_list.addr_type, in bta_dm_ble_gap_add_dev_to_resolving_list() 5754 p_data->add_dev_to_resolving_list.irk, in bta_dm_ble_gap_add_dev_to_resolving_list() 5755 … p_data->add_dev_to_resolving_list.p_add_dev_to_resolving_list_callback); in bta_dm_ble_gap_add_dev_to_resolving_list()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/ |
D | bta_dm_int.h | 1275 tBTA_DM_API_ADD_DEV_TO_RESOLVING_LIST add_dev_to_resolving_list; member
|