Searched defs:ots_inst (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/samples/bluetooth/central_otc/src/ |
D | main.c | 556 static void on_obj_selected(struct bt_ots_client *ots_inst, struct bt_conn *conn, int err) in on_obj_selected() 571 static int on_obj_data_read(struct bt_ots_client *ots_inst, struct bt_conn *conn, uint32_t offset, in on_obj_data_read() 597 static void on_obj_metadata_read(struct bt_ots_client *ots_inst, struct bt_conn *conn, int err, in on_obj_metadata_read() 610 static void on_obj_data_written(struct bt_ots_client *ots_inst, struct bt_conn *conn, size_t len) in on_obj_data_written() 623 void on_obj_checksum_calculated(struct bt_ots_client *ots_inst, in on_obj_checksum_calculated()
|