Lines Matching refs:bt_mesh_blob_cli
179 static void blob_caps(struct bt_mesh_blob_cli *b, in blob_caps()
215 static void blob_lost_target(struct bt_mesh_blob_cli *b, in blob_lost_target()
235 static void blob_suspended(struct bt_mesh_blob_cli *b) in blob_suspended()
248 static void blob_end(struct bt_mesh_blob_cli *b, in blob_end()
338 static void send_info_get(struct bt_mesh_blob_cli *b, uint16_t dst) in send_info_get()
348 static void send_update_start(struct bt_mesh_blob_cli *b, uint16_t dst) in send_update_start()
376 static void send_update_get(struct bt_mesh_blob_cli *b, uint16_t dst) in send_update_get()
387 static void send_update_cancel(struct bt_mesh_blob_cli *b, uint16_t dst) in send_update_cancel()
398 static void send_update_apply(struct bt_mesh_blob_cli *b, uint16_t dst) in send_update_apply()
412 static void transfer(struct bt_mesh_blob_cli *b);
414 static void applied(struct bt_mesh_blob_cli *b);
415 static void confirmed(struct bt_mesh_blob_cli *b);
416 static void cancelled(struct bt_mesh_blob_cli *b);
478 static void transfer(struct bt_mesh_blob_cli *b) in transfer()
523 static void refreshed(struct bt_mesh_blob_cli *b) in refreshed()
573 static void applied(struct bt_mesh_blob_cli *b) in applied()
629 static void confirmed(struct bt_mesh_blob_cli *b) in confirmed()
690 static void cancelled(struct bt_mesh_blob_cli *b) in cancelled()