Searched refs:bt_ots_client (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/services/ |
D | ots.h | 819 struct bt_ots_client { struct 860 void (*obj_selected)(struct bt_ots_client *ots_inst, argument 880 int (*obj_data_read)(struct bt_ots_client *ots_inst, 897 void (*obj_metadata_read)(struct bt_ots_client *ots_inst, 910 void (*obj_data_written)(struct bt_ots_client *ots_inst, 924 void (*obj_checksum_calculated)(struct bt_ots_client *ots_inst, struct bt_conn *conn, 938 int bt_ots_client_register(struct bt_ots_client *ots_inst); 973 int bt_ots_client_read_feature(struct bt_ots_client *otc_inst, 984 int bt_ots_client_select_id(struct bt_ots_client *otc_inst, 995 int bt_ots_client_select_first(struct bt_ots_client *otc_inst, [all …]
|
/Zephyr-Core-3.5.0/samples/bluetooth/central_otc/src/ |
D | main.c | 30 static struct bt_ots_client otc; 39 static void on_obj_selected(struct bt_ots_client *ots_inst, struct bt_conn *conn, int err); 41 static void on_obj_metadata_read(struct bt_ots_client *ots_inst, struct bt_conn *conn, int err, 44 static int on_obj_data_read(struct bt_ots_client *ots_inst, struct bt_conn *conn, uint32_t offset, 558 static void on_obj_selected(struct bt_ots_client *ots_inst, struct bt_conn *conn, int err) in on_obj_selected() 573 static int on_obj_data_read(struct bt_ots_client *ots_inst, struct bt_conn *conn, uint32_t offset, in on_obj_data_read() 599 static void on_obj_metadata_read(struct bt_ots_client *ots_inst, struct bt_conn *conn, int err, in on_obj_metadata_read() 612 static void on_obj_data_written(struct bt_ots_client *ots_inst, struct bt_conn *conn, size_t len) in on_obj_data_written() 625 void on_obj_checksum_calculated(struct bt_ots_client *ots_inst, in on_obj_checksum_calculated()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/services/ots/ |
D | ots_client.c | 102 struct bt_ots_client *otc_inst; 281 struct bt_ots_client *otc_inst) in on_object_selected() 294 struct bt_ots_client *otc_inst, in olcp_ind_handler() 360 struct bt_ots_client *otc_inst, in oacp_ind_handler() 478 int bt_ots_client_register(struct bt_ots_client *otc_inst) in bt_ots_client_register() 512 int bt_ots_client_read_feature(struct bt_ots_client *otc_inst, in bt_ots_client_read_feature() 599 int bt_ots_client_select_id(struct bt_ots_client *otc_inst, in bt_ots_client_select_id() 645 int bt_ots_client_select_first(struct bt_ots_client *otc_inst, in bt_ots_client_select_first() 679 int bt_ots_client_select_last(struct bt_ots_client *otc_inst, in bt_ots_client_select_last() 714 int bt_ots_client_select_next(struct bt_ots_client *otc_inst, in bt_ots_client_select_next() [all …]
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | mcc.c | 134 struct bt_ots_client otc; 152 void on_obj_selected(struct bt_ots_client *otc_inst, 155 void on_object_metadata(struct bt_ots_client *otc_inst, 159 int on_icon_content(struct bt_ots_client *otc_inst, 1238 offsetof(struct bt_ots_client, oacp_sub_params)); in reset_mcs_inst() 3077 void on_obj_selected(struct bt_ots_client *otc_inst, in on_obj_selected() 3096 int on_icon_content(struct bt_ots_client *otc_inst, struct bt_conn *conn, in on_icon_content() 3181 int on_track_segments_content(struct bt_ots_client *otc_inst, in on_track_segments_content() 3225 int on_current_track_content(struct bt_ots_client *otc_inst, in on_current_track_content() 3257 int on_next_track_content(struct bt_ots_client *otc_inst, in on_next_track_content() [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/ |
D | mcc.h | 927 struct bt_ots_client *bt_mcc_otc_inst(struct bt_conn *conn);
|