Home
last modified time | relevance | path

Searched refs:add_remove (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/
Dtest.c144 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/
Dbtc_gap_ble.h141 bool add_remove; member
/hal_espressif-3.4.0/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c305 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/
Dmesh_bearer_adapt.h684 bool add_remove; member
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h1934 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/
Dbtm_ble_gap.c321 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/
Dbta_dm_api.c306 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()
Dbta_dm_act.c825 …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/
Desp_gap_ble_api.h1478 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/
Dbta_dm_int.h271 BOOLEAN add_remove; member
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h1706 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/
Dmesh_bearer_adapt.c977 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/
Dmesh_bearer_adapt.c504 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/
Dbtc_gap_ble.c1475 …BTA_DmUpdateWhiteList(arg->update_white_list.add_remove, arg->update_white_list.remote_bda, arg->u… in btc_gap_ble_call_handler()