/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots.c | 31 LOG_MODULE_REGISTER(bt_ots, CONFIG_BT_OTS_LOG_LEVEL); 124 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in ots_feature_read() 136 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in ots_obj_name_read() 156 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in ots_obj_name_write() 213 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in ots_obj_type_read() 242 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in ots_obj_size_read() 260 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in ots_obj_id_read() 284 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in ots_obj_prop_read() 298 int bt_ots_obj_add_internal(struct bt_ots *ots, struct bt_conn *conn, in bt_ots_obj_add_internal() 364 int bt_ots_obj_add(struct bt_ots *ots, const struct bt_ots_obj_add_param *param) in bt_ots_obj_add() [all …]
|
D | ots_olcp.c | 23 LOG_MODULE_DECLARE(bt_ots, CONFIG_BT_OTS_LOG_LEVEL); 41 struct bt_ots *ots) in olcp_first_proc_execute() 58 struct bt_ots *ots) in olcp_last_proc_execute() 75 struct bt_ots *ots) in olcp_prev_proc_execute() 96 struct bt_ots *ots) in olcp_next_proc_execute() 117 struct bt_ots *ots, uint64_t id) in olcp_goto_proc_execute() 141 struct bt_ots *ots, struct bt_gatt_ots_olcp_proc *proc) in olcp_proc_execute() 211 struct bt_ots *ots = (struct bt_ots *) olcp_attr->user_data; in olcp_ind_send() 245 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in bt_gatt_ots_olcp_write()
|
D | ots_oacp.c | 25 LOG_MODULE_DECLARE(bt_ots, CONFIG_BT_OTS_LOG_LEVEL); 37 struct bt_ots *ots; in oacp_l2cap_closed() 39 ots = CONTAINER_OF(l2cap_ctx, struct bt_ots, l2cap); in oacp_l2cap_closed() 53 struct bt_ots *ots, in oacp_create_proc_validate() 125 struct bt_ots *ots, in oacp_delete_proc_validate() 168 struct bt_ots *ots, in oacp_checksum_proc_validate() 216 struct bt_ots *ots, in oacp_read_proc_validate() 258 struct bt_ots *ots, in oacp_write_proc_validate() 325 struct bt_ots *ots, in oacp_proc_validate() 454 struct bt_ots *ots; in oacp_read_proc_cb() [all …]
|
D | ots_internal.h | 129 struct bt_ots { struct 141 int bt_ots_obj_add_internal(struct bt_ots *ots, struct bt_conn *conn, argument
|
D | ots_l2cap.c | 26 LOG_MODULE_DECLARE(bt_ots, CONFIG_BT_OTS_LOG_LEVEL); 28 LOG_MODULE_REGISTER(bt_ots, CONFIG_BT_OTS_CLIENT_LOG_LEVEL);
|
D | ots_obj_manager.c | 19 LOG_MODULE_DECLARE(bt_ots, CONFIG_BT_OTS_LOG_LEVEL);
|
D | ots_dir_list.c | 21 LOG_MODULE_DECLARE(bt_ots, CONFIG_BT_OTS_LOG_LEVEL);
|
/Zephyr-latest/include/zephyr/bluetooth/services/ |
D | ots.h | 556 struct bt_ots; 624 int (*obj_created)(struct bt_ots *ots, struct bt_conn *conn, uint64_t id, 649 int (*obj_deleted)(struct bt_ots *ots, struct bt_conn *conn, 660 void (*obj_selected)(struct bt_ots *ots, struct bt_conn *conn, 683 ssize_t (*obj_read)(struct bt_ots *ots, struct bt_conn *conn, 713 ssize_t (*obj_write)(struct bt_ots *ots, struct bt_conn *conn, uint64_t id, 729 void (*obj_name_written)(struct bt_ots *ots, struct bt_conn *conn, 747 int (*obj_cal_checksum)(struct bt_ots *ots, struct bt_conn *conn, uint64_t id, 772 int bt_ots_obj_add(struct bt_ots *ots, const struct bt_ots_obj_add_param *param); 786 int bt_ots_obj_delete(struct bt_ots *ots, uint64_t id); [all …]
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_ots.c | 38 static struct bt_ots *ots; 147 static int ots_obj_created(struct bt_ots *ots, struct bt_conn *conn, uint64_t id, in ots_obj_created() 193 static int ots_obj_deleted(struct bt_ots *ots, struct bt_conn *conn, in ots_obj_deleted() 211 static void ots_obj_selected(struct bt_ots *ots, struct bt_conn *conn, in ots_obj_selected() 217 static ssize_t ots_obj_read(struct bt_ots *ots, struct bt_conn *conn, in ots_obj_read() 238 static ssize_t ots_obj_write(struct bt_ots *ots, struct bt_conn *conn, in ots_obj_write() 255 static void ots_obj_name_written(struct bt_ots *ots, struct bt_conn *conn, in ots_obj_name_written() 261 static int ots_obj_cal_checksum(struct bt_ots *ots, struct bt_conn *conn, uint64_t id, in ots_obj_cal_checksum()
|
/Zephyr-latest/samples/bluetooth/peripheral_ots/src/ |
D | main.c | 71 static int ots_obj_created(struct bt_ots *ots, struct bt_conn *conn, uint64_t id, in ots_obj_created() 114 static int ots_obj_deleted(struct bt_ots *ots, struct bt_conn *conn, in ots_obj_deleted() 128 static void ots_obj_selected(struct bt_ots *ots, struct bt_conn *conn, in ots_obj_selected() 138 static ssize_t ots_obj_read(struct bt_ots *ots, struct bt_conn *conn, in ots_obj_read() 170 static ssize_t ots_obj_write(struct bt_ots *ots, struct bt_conn *conn, in ots_obj_write() 188 static void ots_obj_name_written(struct bt_ots *ots, struct bt_conn *conn, in ots_obj_name_written() 199 static int ots_obj_cal_checksum(struct bt_ots *ots, struct bt_conn *conn, uint64_t id, in ots_obj_cal_checksum() 225 struct bt_ots *ots; in ots_init()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | services.rst | 29 .. doxygengroup:: bt_ots
|
/Zephyr-latest/samples/bluetooth/peripheral_ots/ |
D | README.rst | 3 :relevant-api: bt_ots bluetooth
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | media_proxy.h | 1612 struct bt_ots *bt_mcs_get_ots(void);
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | mpl.c | 692 static int on_obj_deleted(struct bt_ots *ots, struct bt_conn *conn, in on_obj_deleted() 700 static void on_obj_selected(struct bt_ots *ots, struct bt_conn *conn, in on_obj_selected() 745 static int on_obj_created(struct bt_ots *ots, struct bt_conn *conn, uint64_t id, in on_obj_created() 808 static ssize_t on_object_send(struct bt_ots *ots, struct bt_conn *conn, in on_object_send()
|
D | mcs.c | 959 static struct bt_ots *ots; 963 struct bt_ots *bt_mcs_get_ots(void) in bt_mcs_get_ots()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.1.rst | 1812 * :github:`42520` - bt_ots Doxygen documentation does not seem to be included in the Zephyr project…
|