/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | test.c | 144 BT_INFO("%s, addr %s, addr_type 0x%02x", wl->add_remove ? "Add" : "Remove", in bt_mesh_test_update_white_list()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gap_ble.h | 169 bool add_remove; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | mesh_bearer_adapt.h | 685 bool add_remove; member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_ble_api.h | 2032 BOOLEAN BTM_BleUpdateBgConnDev(BOOLEAN add_remove, BD_ADDR remote_bda); 2332 BOOLEAN BTM_BleUpdateAdvWhitelist(BOOLEAN add_remove, BD_ADDR emote_bda, tBLE_ADDR_TYPE addr_type, …
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_gap_ble_api.c | 377 esp_err_t esp_ble_gap_update_whitelist(bool add_remove, esp_bd_addr_t remote_bda, esp_ble_wl_addr_t… in esp_ble_gap_update_whitelist() argument 391 arg.update_white_list.add_remove = add_remove; in esp_ble_gap_update_whitelist()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_gap.c | 338 BOOLEAN BTM_BleUpdateAdvWhitelist(BOOLEAN add_remove, BD_ADDR remote_bda, tBLE_ADDR_TYPE addr_type,… in BTM_BleUpdateAdvWhitelist() argument 340 return btm_update_dev_to_white_list(add_remove, remote_bda, addr_type, update_wl_cb); in BTM_BleUpdateAdvWhitelist() 1318 BOOLEAN BTM_BleUpdateBgConnDev(BOOLEAN add_remove, BD_ADDR remote_bda) in BTM_BleUpdateBgConnDev() argument 1320 BTM_TRACE_EVENT("%s() add=%d", __func__, add_remove); in BTM_BleUpdateBgConnDev() 1321 return btm_update_dev_to_white_list(add_remove, remote_bda, 0, NULL); in BTM_BleUpdateBgConnDev()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_api.c | 368 void BTA_DmUpdateWhiteList(BOOLEAN add_remove, BD_ADDR remote_addr, tBLE_ADDR_TYPE addr_type, tBTA… in BTA_DmUpdateWhiteList() argument 373 p_msg->add_remove = add_remove; in BTA_DmUpdateWhiteList()
|
D | bta_dm_act.c | 892 …BTM_BleUpdateAdvWhitelist(p_data->white_list.add_remove, p_data->white_list.remote_addr, p_data->w… in bta_dm_update_white_list()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 1835 esp_err_t esp_ble_gap_update_whitelist(bool add_remove, esp_bd_addr_t remote_bda, esp_ble_wl_addr_t…
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/ |
D | bta_dm_int.h | 316 BOOLEAN add_remove; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 1825 extern void BTA_DmUpdateWhiteList(BOOLEAN add_remove, BD_ADDR remote_addr, tBLE_ADDR_TYPE addr_typ…
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 1021 if (wl == NULL || wl->add_remove == false) { in bt_le_update_white_list()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 525 if (BTM_BleUpdateAdvWhitelist(wl->add_remove, wl->remote_bda, in bt_le_update_white_list()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 1987 …BTA_DmUpdateWhiteList(arg->update_white_list.add_remove, arg->update_white_list.remote_bda, arg->u… in btc_gap_ble_call_handler()
|