Home
last modified time | relevance | path

Searched refs:bt_mesh_gatt_proxy_get (Results 1 – 6 of 6) sorted by relevance

/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()
1503 if (bt_mesh_gatt_proxy_get() == BLE_MESH_GATT_PROXY_DISABLED && in bt_mesh_net_recv()
1573 bt_mesh_gatt_proxy_get() != BLE_MESH_GATT_PROXY_NOT_SUPPORTED) { in bt_mesh_net_start()
Dfoundation.h156 uint8_t bt_mesh_gatt_proxy_get(void);
Daccess.c629 return (bt_mesh_gatt_proxy_get() == BLE_MESH_GATT_PROXY_ENABLED); in bt_mesh_fixed_group_match()
Dcfg_srv.c787 net_buf_simple_add_u8(&msg, bt_mesh_gatt_proxy_get()); in send_gatt_proxy_status()
821 bt_mesh_gatt_proxy_get() == BLE_MESH_GATT_PROXY_NOT_SUPPORTED) { in gatt_proxy_set()
3604 uint8_t bt_mesh_gatt_proxy_get(void) in bt_mesh_gatt_proxy_get() function
Dproxy_server.c1223 bt_mesh_gatt_proxy_get() != BLE_MESH_GATT_PROXY_NOT_SUPPORTED); in advertise_subnet()
Dtransport.c1952 if (bt_mesh_gatt_proxy_get() == BLE_MESH_GATT_PROXY_ENABLED) {