Searched refs:proxy_write_descr (Results 1 – 4 of 4) sorted by relevance
515 ssize_t (*proxy_write_descr)(bt_mesh_addr_t *addr, struct bt_mesh_conn *conn); member
630 .proxy_write_descr = proxy_write_ccc,
207 if (bt_mesh_gattc_conn_cb != NULL && bt_mesh_gattc_conn_cb->proxy_write_descr != NULL) { in ble_on_subscribe()208 …len = bt_mesh_gattc_conn_cb->proxy_write_descr(&bt_mesh_gattc_info[i].addr, &bt_mesh_gattc_info[i]… in ble_on_subscribe()
1558 … if (bt_mesh_gattc_conn_cb != NULL && bt_mesh_gattc_conn_cb->proxy_write_descr != NULL) { in bt_mesh_bta_gattc_cb()1559 …len = bt_mesh_gattc_conn_cb->proxy_write_descr(&bt_mesh_gattc_info[i].addr, &bt_mesh_gattc_info[i]… in bt_mesh_bta_gattc_cb()