Home
last modified time | relevance | path

Searched refs:update_white_list (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gap_ble.h172 } update_white_list; member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c391 arg.update_white_list.add_remove = add_remove; in esp_ble_gap_update_whitelist()
392 arg.update_white_list.wl_addr_type = wl_addr_type; in esp_ble_gap_update_whitelist()
393 memcpy(arg.update_white_list.remote_bda, remote_bda, sizeof(esp_bd_addr_t)); in esp_ble_gap_update_whitelist()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c1987 …BTA_DmUpdateWhiteList(arg->update_white_list.add_remove, arg->update_white_list.remote_bda, arg->u… in btc_gap_ble_call_handler()