Searched refs:bt_ots_obj_add (Results 1 – 4 of 4) sorted by relevance
279 err = bt_ots_obj_add(ots, ¶m); in ots_init()307 err = bt_ots_obj_add(ots, ¶m); in ots_init()
772 int bt_ots_obj_add(struct bt_ots *ots, const struct bt_ots_obj_add_param *param);
474 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()
364 int bt_ots_obj_add(struct bt_ots *ots, const struct bt_ots_obj_add_param *param) in bt_ots_obj_add() function