Home
last modified time | relevance | path

Searched defs:ntf (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/bta/has/
Dhas_ctp.cc40 static bool ParsePresetGenericUpdate(uint16_t& len, const uint8_t* value, HasCtpNtf& ntf) { in ParsePresetGenericUpdate()
53 static bool ParsePresetIndex(uint16_t& len, const uint8_t* value, HasCtpNtf& ntf) { in ParsePresetIndex()
64 static bool ParsePresetReadResponse(uint16_t& len, const uint8_t* value, HasCtpNtf& ntf) { in ParsePresetReadResponse()
77 static bool ParsePresetChanged(uint16_t len, const uint8_t* value, HasCtpNtf& ntf) { in ParsePresetChanged()
129 HasCtpNtf ntf; in FromCharacteristicValue() local
250 std::ostream& operator<<(std::ostream& out, const HasCtpNtf& ntf) { in operator <<()
Dhas_client.cc1286 auto ntf = device.ctp_notifications_.front(); in OnHasPresetReadResponseNotification() local
1556 auto ntf = device.ctp_notifications_.front(); in ProcessCtpNotificationQueue() local
1597 auto ntf = ntf_opt.value(); in OnHasCtpValueNotification() local
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dclient_parser_test.cc979 ctp_ntf ntf; in TEST() local
1049 ctp_ntf ntf; in TEST() local
1081 ctp_ntf ntf; in TEST() local
1113 ctp_ntf ntf; in TEST() local
Dclient_parser.cc249 bool ParseAseCtpNotification(struct ctp_ntf& ntf, uint16_t len, const uint8_t* value) { in ParseAseCtpNotification()
Dstate_machine.cc394 auto ntf = std::make_unique<struct bluetooth::le_audio::client_parser::ascs::ctp_ntf>(); in ProcessGattCtpNotification() local
/aosp_15_r20/system/nfc/src/fuzzers/integration/
H A Dnfc_integration_fuzzer_impl.cc220 void DoRfManagementNtf(const RfManagementNtf& ntf) { in DoRfManagementNtf()
232 void DoMtNtf(const MtNtf& ntf) { in DoMtNtf()
H A Dnfc_integration_fuzzer.proto88 MtNtf ntf = 1; field