Searched refs:bt_ots_client (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/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-latest/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, 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()
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_client.c | 103 struct bt_ots_client *otc_inst; 282 struct bt_ots_client *otc_inst) in on_object_selected() 295 struct bt_ots_client *otc_inst, in olcp_ind_handler() 372 struct bt_ots_client *otc_inst, in oacp_ind_handler() 495 int bt_ots_client_register(struct bt_ots_client *otc_inst) in bt_ots_client_register() 529 int bt_ots_client_read_feature(struct bt_ots_client *otc_inst, in bt_ots_client_read_feature() 616 int bt_ots_client_select_id(struct bt_ots_client *otc_inst, in bt_ots_client_select_id() 662 int bt_ots_client_select_first(struct bt_ots_client *otc_inst, in bt_ots_client_select_first() 696 int bt_ots_client_select_last(struct bt_ots_client *otc_inst, in bt_ots_client_select_last() 731 int bt_ots_client_select_next(struct bt_ots_client *otc_inst, in bt_ots_client_select_next() [all …]
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | mcc_internal.h | 159 struct bt_ots_client otc;
|
D | mcc.c | 73 void on_obj_selected(struct bt_ots_client *otc_inst, 76 void on_object_metadata(struct bt_ots_client *otc_inst, 80 int on_icon_content(struct bt_ots_client *otc_inst, 1347 (void)memset(&mcs_inst->otc, 0, offsetof(struct bt_ots_client, oacp_sub_params)); in reset_mcs_inst() 3295 void on_obj_selected(struct bt_ots_client *otc_inst, in on_obj_selected() 3321 int on_icon_content(struct bt_ots_client *otc_inst, struct bt_conn *conn, in on_icon_content() 3412 int on_track_segments_content(struct bt_ots_client *otc_inst, in on_track_segments_content() 3462 int on_current_track_content(struct bt_ots_client *otc_inst, in on_current_track_content() 3500 int on_next_track_content(struct bt_ots_client *otc_inst, in on_next_track_content() 3565 int on_parent_group_content(struct bt_ots_client *otc_inst, in on_parent_group_content() [all …]
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | mcc.h | 992 struct bt_ots_client *bt_mcc_otc_inst(struct bt_conn *conn);
|