Home
last modified time | relevance | path

Searched defs:ots (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_oacp.c37 struct bt_ots *ots; in oacp_l2cap_closed() local
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() local
520 static void oacp_read_proc_execute(struct bt_ots *ots, in oacp_read_proc_execute()
542 struct bt_ots *ots; in oacp_write_proc_cb() local
[all …]
Dots_olcp.c41 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() local
245 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in bt_gatt_ots_olcp_write() local
Dots.c124 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in ots_feature_read() local
136 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in ots_obj_name_read() local
156 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in ots_obj_name_write() local
213 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in ots_obj_type_read() local
242 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in ots_obj_size_read() local
260 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in ots_obj_id_read() local
284 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in ots_obj_prop_read() local
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()
393 int bt_ots_obj_delete(struct bt_ots *ots, uint64_t id) in bt_ots_obj_delete()
[all …]
/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() local
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_ots.c38 static struct bt_ots *ots; variable
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/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; variable