Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_bearer_adapt.h513 ssize_t (*prov_notify)(struct bt_mesh_conn *conn, uint8_t *data, uint16_t len); member
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c532 if (bt_mesh_gattc_conn_cb != NULL && bt_mesh_gattc_conn_cb->prov_notify != NULL) { in disc_cb()
533 len = bt_mesh_gattc_conn_cb->prov_notify(&bt_mesh_gattc_info[i].conn, in disc_cb()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dproxy_client.c627 .prov_notify = prov_recv_ntf,
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1573 if (bt_mesh_gattc_conn_cb != NULL && bt_mesh_gattc_conn_cb->prov_notify != NULL) { in bt_mesh_bta_gattc_cb()
1574 len = bt_mesh_gattc_conn_cb->prov_notify(&bt_mesh_gattc_info[i].conn, in bt_mesh_bta_gattc_cb()