Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dmpl.c479 struct bt_ots_obj_add_param add_param = {}; in add_icon_object() local
491 add_param.size = obj.desc->size.alloc; in add_icon_object()
492 add_param.type.uuid.type = BT_UUID_TYPE_16; in add_icon_object()
493 add_param.type.uuid_16.val = BT_UUID_16(icon_type)->val; in add_icon_object()
495 ret = bt_ots_obj_add(bt_mcs_get_ots(), &add_param); in add_icon_object()
509 struct bt_ots_obj_add_param add_param = {}; in add_current_track_segments_object() local
520 add_param.size = obj.desc->size.alloc; in add_current_track_segments_object()
521 add_param.type.uuid.type = BT_UUID_TYPE_16; in add_current_track_segments_object()
522 add_param.type.uuid_16.val = BT_UUID_16(segs_type)->val; in add_current_track_segments_object()
524 ret = bt_ots_obj_add(bt_mcs_get_ots(), &add_param); in add_current_track_segments_object()
[all …]
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_ots.c148 const struct bt_ots_obj_add_param *add_param, in ots_obj_created() argument
153 LOG_DBG("id=%"PRIu64" size=%u", id, add_param->size); in ots_obj_created()
156 if (conn && bt_uuid_cmp(&add_param->type.uuid, BT_UUID_OTS) == 0) { in ots_obj_created()
160 if (add_param->size > OBJ_MAX_SIZE) { in ots_obj_created()
/Zephyr-latest/samples/bluetooth/peripheral_ots/src/
Dmain.c72 const struct bt_ots_obj_add_param *add_param, in ots_obj_created() argument
86 if (add_param->size > OBJ_MAX_SIZE) { in ots_obj_created()
/Zephyr-latest/include/zephyr/bluetooth/services/
Dots.h625 const struct bt_ots_obj_add_param *add_param,