Home
last modified time | relevance | path

Searched refs:BLE_MESH_DATA_SVC_DATA16 (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dscan.c282 case BLE_MESH_DATA_SVC_DATA16: in bt_mesh_scan_cb()
Dproxy_server.c1103 BLE_MESH_ADV_DATA(BLE_MESH_DATA_SVC_DATA16, prov_svc_data, sizeof(prov_svc_data)),
1122 BLE_MESH_ADV_DATA(BLE_MESH_DATA_SVC_DATA16, proxy_svc_data, NODE_ID_LEN),
1128 BLE_MESH_ADV_DATA(BLE_MESH_DATA_SVC_DATA16, proxy_svc_data, NET_ID_LEN),
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_bearer_adapt.h119 #define BLE_MESH_DATA_SVC_DATA16 0x16 /* Service data, 16-bit UUID */ macro