Searched refs:BT_HAS_IS_LAST (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/audio/ |
D | has_internal.h | 56 #define BT_HAS_IS_LAST 0x01 macro
|
D | has.c | 994 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()
|
D | has_client.c | 82 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()
|