Home
last modified time | relevance | path

Searched refs:BLE_MESH_GATT_PROXY_ENABLED (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_main.h428 #define BLE_MESH_GATT_PROXY_ENABLED 0x01 macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.c638 bt_mesh_gatt_proxy_get() == BLE_MESH_GATT_PROXY_ENABLED) { in bt_mesh_net_sec_update()
1217 return (bt_mesh_gatt_proxy_get() == BLE_MESH_GATT_PROXY_ENABLED); in relay_to_adv()
1249 bt_mesh_gatt_proxy_get() != BLE_MESH_GATT_PROXY_ENABLED) { in bt_mesh_net_relay()
1329 (bt_mesh_gatt_proxy_get() == BLE_MESH_GATT_PROXY_ENABLED || in bt_mesh_net_relay()
Daccess.c629 return (bt_mesh_gatt_proxy_get() == BLE_MESH_GATT_PROXY_ENABLED); in bt_mesh_fixed_group_match()
Dtransport.c1952 if (bt_mesh_gatt_proxy_get() == BLE_MESH_GATT_PROXY_ENABLED) {