Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/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()
1193 return (bt_mesh_gatt_proxy_get() == BLE_MESH_GATT_PROXY_ENABLED); in relay_to_adv()
1224 bt_mesh_gatt_proxy_get() != BLE_MESH_GATT_PROXY_ENABLED) { in bt_mesh_net_relay()
1304 (bt_mesh_gatt_proxy_get() == BLE_MESH_GATT_PROXY_ENABLED || in bt_mesh_net_relay()
1471 if (bt_mesh_gatt_proxy_get() == BLE_MESH_GATT_PROXY_DISABLED && in bt_mesh_net_recv()
1537 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.c768 net_buf_simple_add_u8(&msg, bt_mesh_gatt_proxy_get()); in send_gatt_proxy_status()
802 bt_mesh_gatt_proxy_get() == BLE_MESH_GATT_PROXY_NOT_SUPPORTED) { in gatt_proxy_set()
3572 uint8_t bt_mesh_gatt_proxy_get(void) in bt_mesh_gatt_proxy_get() function
Dproxy_server.c1226 bt_mesh_gatt_proxy_get() != BLE_MESH_GATT_PROXY_NOT_SUPPORTED); in advertise_subnet()
Dtransport.c1924 if (bt_mesh_gatt_proxy_get() == BLE_MESH_GATT_PROXY_ENABLED) { in bt_mesh_heartbeat_send()