Home
last modified time | relevance | path

Searched refs:bt_ots_obj_add (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/samples/bluetooth/peripheral_ots/src/
Dmain.c279 err = bt_ots_obj_add(ots, &param); in ots_init()
307 err = bt_ots_obj_add(ots, &param); in ots_init()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/services/
Dots.h772 int bt_ots_obj_add(struct bt_ots *ots, const struct bt_ots_obj_add_param *param);
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dmpl.c474 ret = bt_ots_obj_add(bt_mcs_get_ots(), &add_param); in add_icon_object()
509 ret = bt_ots_obj_add(bt_mcs_get_ots(), &add_param); in add_current_track_segments_object()
551 ret = bt_ots_obj_add(bt_mcs_get_ots(), &add_param); in add_track_object()
586 ret = bt_ots_obj_add(bt_mcs_get_ots(), &add_param); in add_parent_group_object()
629 ret = bt_ots_obj_add(bt_mcs_get_ots(), &add_param); in add_group_object()
/Zephyr-Core-3.5.0/subsys/bluetooth/services/ots/
Dots.c364 int bt_ots_obj_add(struct bt_ots *ots, const struct bt_ots_obj_add_param *param) in bt_ots_obj_add() function