Searched refs:bt_mesh_gattc_conn_cb (Results 1 – 2 of 2) sorted by relevance
167 static struct bt_mesh_prov_conn_cb *bt_mesh_gattc_conn_cb; variable197 if (bt_mesh_gattc_conn_cb != NULL && bt_mesh_gattc_conn_cb->prov_write_descr != NULL) { in ble_on_subscribe()198 …len = bt_mesh_gattc_conn_cb->prov_write_descr(&bt_mesh_gattc_info[i].addr, &bt_mesh_gattc_info[i].… in ble_on_subscribe()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()436 if (bt_mesh_gattc_conn_cb != NULL && bt_mesh_gattc_conn_cb->connected != NULL) { in disc_cb()440 … (bt_mesh_gattc_conn_cb->connected)(&bt_mesh_gattc_info[i].addr, &bt_mesh_gattc_info[i].conn, i); in disc_cb()456 if (bt_mesh_gattc_conn_cb != NULL && bt_mesh_gattc_conn_cb->disconnected != NULL) { in disc_cb()461 …(bt_mesh_gattc_conn_cb->disconnected)(&bt_mesh_gattc_info[i].addr, &bt_mesh_gattc_info[i].conn, ev… in disc_cb()557 if (bt_mesh_gattc_conn_cb != NULL && bt_mesh_gattc_conn_cb->prov_notify != NULL) { in disc_cb()[all …]
93 static struct bt_mesh_prov_conn_cb *bt_mesh_gattc_conn_cb; variable1129 bt_mesh_gattc_conn_cb = cb; in bt_mesh_gattc_conn_cb_register()1134 bt_mesh_gattc_conn_cb = NULL; in bt_mesh_gattc_conn_cb_deregister()1548 … if (bt_mesh_gattc_conn_cb != NULL && bt_mesh_gattc_conn_cb->prov_write_descr != NULL) { in bt_mesh_bta_gattc_cb()1549 …len = bt_mesh_gattc_conn_cb->prov_write_descr(&bt_mesh_gattc_info[i].addr, &bt_mesh_gattc_info[i].… in bt_mesh_bta_gattc_cb()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()1602 if (bt_mesh_gattc_conn_cb != NULL && bt_mesh_gattc_conn_cb->prov_notify != NULL) { in bt_mesh_bta_gattc_cb()1603 len = bt_mesh_gattc_conn_cb->prov_notify(&bt_mesh_gattc_info[i].conn, in bt_mesh_bta_gattc_cb()1612 if (bt_mesh_gattc_conn_cb != NULL && bt_mesh_gattc_conn_cb->proxy_notify != NULL) { in bt_mesh_bta_gattc_cb()[all …]