/hal_espressif-3.4.0/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-3.4.0/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gap_ble.h | 141 bool add_remove; member
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/api/ |
D | esp_gap_ble_api.c | 305 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 319 arg.update_white_list.add_remove = add_remove; in esp_ble_gap_update_whitelist()
|
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/include/ |
D | mesh_bearer_adapt.h | 684 bool add_remove; member
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_ble_api.h | 1934 BOOLEAN BTM_BleUpdateBgConnDev(BOOLEAN add_remove, BD_ADDR remote_bda); 2234 BOOLEAN BTM_BleUpdateAdvWhitelist(BOOLEAN add_remove, BD_ADDR emote_bda, tBLE_ADDR_TYPE addr_type, …
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_gap.c | 321 BOOLEAN BTM_BleUpdateAdvWhitelist(BOOLEAN add_remove, BD_ADDR remote_bda, tBLE_ADDR_TYPE addr_type,… in BTM_BleUpdateAdvWhitelist() argument 323 return btm_update_dev_to_white_list(add_remove, remote_bda, addr_type, add_wl_cb); in BTM_BleUpdateAdvWhitelist() 1278 BOOLEAN BTM_BleUpdateBgConnDev(BOOLEAN add_remove, BD_ADDR remote_bda) in BTM_BleUpdateBgConnDev() argument 1280 BTM_TRACE_EVENT("%s() add=%d", __func__, add_remove); in BTM_BleUpdateBgConnDev() 1281 return btm_update_dev_to_white_list(add_remove, remote_bda, 0, NULL); in BTM_BleUpdateBgConnDev()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_api.c | 306 void BTA_DmUpdateWhiteList(BOOLEAN add_remove, BD_ADDR remote_addr, tBLE_ADDR_TYPE addr_type, tBTA… in BTA_DmUpdateWhiteList() argument 311 p_msg->add_remove = add_remove; in BTA_DmUpdateWhiteList()
|
D | bta_dm_act.c | 825 …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-3.4.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 1478 esp_err_t esp_ble_gap_update_whitelist(bool add_remove, esp_bd_addr_t remote_bda, esp_ble_wl_addr_t…
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/dm/include/ |
D | bta_dm_int.h | 271 BOOLEAN add_remove; member
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 1706 extern void BTA_DmUpdateWhiteList(BOOLEAN add_remove, BD_ADDR remote_addr, tBLE_ADDR_TYPE addr_typ…
|
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 977 if (wl == NULL || wl->add_remove == false) { in bt_le_update_white_list()
|
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 504 if (BTM_BleUpdateAdvWhitelist(wl->add_remove, wl->remote_bda, in bt_le_update_white_list()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 1475 …BTA_DmUpdateWhiteList(arg->update_white_list.add_remove, arg->update_white_list.remote_bda, arg->u… in btc_gap_ble_call_handler()
|