Searched refs:is_last (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/bta/has/ |
D | has_ctp.cc | 58 if (len < sizeof(ntf.is_last) + HasPreset::kCharValueMinSize) { in ParsePresetReadResponse() 63 STREAM_TO_UINT8(ntf.is_last, value); in ParsePresetReadResponse() 72 if (len < sizeof(ntf.is_last) + sizeof(ntf.change_id)) { in ParsePresetChanged() 86 STREAM_TO_UINT8(ntf.is_last, value); in ParsePresetChanged() 252 out << ", \"is_last\": " << (ntf.is_last ? "\"True\"" : "\"False\""); in operator <<() 261 out << ", \"is_last\": " << (ntf.is_last ? "\"True\"" : "\"False\""); in operator <<()
|
D | has_ctp.h | 87 bool is_last; member
|
D | has_client_test.cc | 913 bool indicate, bool is_last) { in InjectNotifyReadPresetResponse() argument 919 value.push_back(is_last ? 0x01 : 0x00); in InjectNotifyReadPresetResponse() 928 ::bluetooth::le_audio::has::PresetCtpChangeId change_id, bool is_last) { in InjectPresetChanged() argument 935 value.push_back(is_last ? 0x01 : 0x00); in InjectPresetChanged()
|
D | has_client.cc | 1462 if (ntf.is_last) ProcessCtpNotificationQueue(*device); in OnHasCtpValueNotification()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | distance_measurement_manager.cc | 107 uint16_t procedure_counter, bool is_last, in OnRasFragmentReady() argument 110 bluetooth::ToRawAddress(address), procedure_counter, is_last, raw_data); in OnRasFragmentReady()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_ras_api.h | 54 bool is_last, std::vector<uint8_t> data) = 0;
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | distance_measurement_manager.h | 69 Address address, uint16_t procedure_counter, bool is_last, std::vector<uint8_t> raw_data) = 0;
|
/packages/modules/Bluetooth/system/bta/ras/ |
D | ras_server.cc | 115 bool is_last, std::vector<uint8_t> data) { in PushProcedureData() argument 117 procedure_counter, is_last, data.size()); in PushProcedureData() 153 if (is_last) { in PushProcedureData()
|