Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_server.h21 #define BLE_MESH_PROXY_BEACON 0x01 macro
Dproxy_client.h21 #define BLE_MESH_PROXY_BEACON 0x01 macro
Dproxy_client.c206 case BLE_MESH_PROXY_BEACON: in proxy_complete_pdu()
784 return bt_mesh_proxy_client_send(conn, BLE_MESH_PROXY_BEACON, &buf); in beacon_send()
Dproxy_server.c380 return proxy_segment_and_send(conn, BLE_MESH_PROXY_BEACON, &buf); in beacon_send()
478 case BLE_MESH_PROXY_BEACON: in proxy_complete_pdu()