Searched defs:bt_ots_cb (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/services/ |
D | ots.h | 601 struct bt_ots_cb { struct 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, 757 struct bt_ots_cb *cb; argument
|