Searched refs:proxy_notify (Results 1 – 4 of 4) sorted by relevance
517 ssize_t (*proxy_notify)(struct bt_mesh_conn *conn, uint8_t *data, uint16_t len); member
542 if (bt_mesh_gattc_conn_cb != NULL && bt_mesh_gattc_conn_cb->proxy_notify != NULL && in disc_cb()544 len = bt_mesh_gattc_conn_cb->proxy_notify(&bt_mesh_gattc_info[i].conn, in disc_cb()
631 .proxy_notify = proxy_recv_ntf,
1583 if (bt_mesh_gattc_conn_cb != NULL && bt_mesh_gattc_conn_cb->proxy_notify != NULL) { in bt_mesh_bta_gattc_cb()1584 len = bt_mesh_gattc_conn_cb->proxy_notify(&bt_mesh_gattc_info[i].conn, in bt_mesh_bta_gattc_cb()