Home
last modified time | relevance | path

Searched refs:bt_ots (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/subsys/bluetooth/services/ots/
Dots.c31 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 …]
Dots_olcp.c23 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()
Dots_oacp.c25 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 …]
Dots_internal.h129 struct bt_ots { struct
141 int bt_ots_obj_add_internal(struct bt_ots *ots, struct bt_conn *conn, argument
Dots_l2cap.c26 LOG_MODULE_DECLARE(bt_ots, CONFIG_BT_OTS_LOG_LEVEL);
28 LOG_MODULE_REGISTER(bt_ots, CONFIG_BT_OTS_CLIENT_LOG_LEVEL);
Dots_obj_manager.c19 LOG_MODULE_DECLARE(bt_ots, CONFIG_BT_OTS_LOG_LEVEL);
Dots_dir_list.c21 LOG_MODULE_DECLARE(bt_ots, CONFIG_BT_OTS_LOG_LEVEL);
/Zephyr-latest/include/zephyr/bluetooth/services/
Dots.h556 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/
Dbtp_ots.c38 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/
Dmain.c71 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/
Dservices.rst29 .. doxygengroup:: bt_ots
/Zephyr-latest/samples/bluetooth/peripheral_ots/
DREADME.rst3 :relevant-api: bt_ots bluetooth
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dmedia_proxy.h1612 struct bt_ots *bt_mcs_get_ots(void);
/Zephyr-latest/subsys/bluetooth/audio/
Dmpl.c692 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()
Dmcs.c959 static struct bt_ots *ots;
963 struct bt_ots *bt_mcs_get_ots(void) in bt_mcs_get_ots()
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst1812 * :github:`42520` - bt_ots Doxygen documentation does not seem to be included in the Zephyr project…