Home
last modified time | relevance | path

Searched refs:BT_HAS_IS_LAST (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dhas_internal.h56 #define BT_HAS_IS_LAST 0x01 macro
Dhas.c994 return bt_has_cp_read_preset_rsp(client, NULL, BT_HAS_IS_LAST); in read_preset_response()
1032 preset_changed_prepare(&buf, BT_HAS_CHANGE_ID_PRESET_DELETED, BT_HAS_IS_LAST); in bt_has_cp_preset_record_deleted()
1247 preset->properties, preset->name, BT_HAS_IS_LAST); in set_preset_name()
1540 preset->properties, preset->name, BT_HAS_IS_LAST); in bt_has_preset_register()
1606 preset_changed_prepare(&buf, change_id, BT_HAS_IS_LAST); in set_preset_availability()
Dhas_client.c82 if (pdu->is_last > BT_HAS_IS_LAST) { in handle_read_preset_rsp()
169 if (pdu->is_last > BT_HAS_IS_LAST) { in handle_preset_changed()