Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dscan.c78 if (*uuid != BLE_MESH_UUID_MESH_PROV_VAL && in adv_service_uuid_valid()
83 if (*uuid == BLE_MESH_UUID_MESH_PROV_VAL && in adv_service_uuid_valid()
115 case BLE_MESH_UUID_MESH_PROV_VAL: in handle_adv_service_data()
Dproxy_client.c229 #define ATTR_IS_PROV(uuid) (uuid == BLE_MESH_UUID_MESH_PROV_VAL)
Dprovisioner_prov.c668 if (bt_mesh_gattc_conn_create(addr, BLE_MESH_UUID_MESH_PROV_VAL)) {
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1188 if (service_uuid != BLE_MESH_UUID_MESH_PROV_VAL && in bt_mesh_gattc_conn_create()
1431 if (bt_mesh_gattc_info[i].service_uuid == BLE_MESH_UUID_MESH_PROV_VAL) { in bt_mesh_bta_gattc_cb()
1547 if (bt_mesh_gattc_info[i].service_uuid == BLE_MESH_UUID_MESH_PROV_VAL) { in bt_mesh_bta_gattc_cb()
1601 if (bt_mesh_gattc_info[i].service_uuid == BLE_MESH_UUID_MESH_PROV_VAL) { in bt_mesh_bta_gattc_cb()
1689 if (bt_mesh_gattc_info[i].service_uuid == BLE_MESH_UUID_MESH_PROV_VAL) { in bt_mesh_bta_gattc_cb()
1700 if (bt_mesh_gattc_info[i].service_uuid == BLE_MESH_UUID_MESH_PROV_VAL) { in bt_mesh_bta_gattc_cb()
1706 if (bt_mesh_gattc_info[i].service_uuid == BLE_MESH_UUID_MESH_PROV_VAL) { in bt_mesh_bta_gattc_cb()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c196 if (bt_mesh_gattc_info[i].service_uuid == BLE_MESH_UUID_MESH_PROV_VAL) { in ble_on_subscribe()
467 if (bt_mesh_gattc_info[i].service_uuid == BLE_MESH_UUID_MESH_PROV_VAL) { in disc_cb()
478 if (bt_mesh_gattc_info[i].service_uuid == BLE_MESH_UUID_MESH_PROV_VAL) { in disc_cb()
484 if (bt_mesh_gattc_info[i].service_uuid == BLE_MESH_UUID_MESH_PROV_VAL) { in disc_cb()
556 if (bt_mesh_gattc_info[i].service_uuid == BLE_MESH_UUID_MESH_PROV_VAL) { in disc_cb()
1427 if (service_uuid != BLE_MESH_UUID_MESH_PROV_VAL && in bt_mesh_gattc_conn_create()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_uuid.h138 #define BLE_MESH_UUID_MESH_PROV_VAL 0x1827 macro