Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/has/
Dhas_ctp.cc39 static bool ParsePresetGenericUpdate(uint16_t& len, const uint8_t* value, HasCtpNtf& ntf) { in ParsePresetGenericUpdate()
52 static bool ParsePresetIndex(uint16_t& len, const uint8_t* value, HasCtpNtf& ntf) { in ParsePresetIndex()
63 static bool ParsePresetReadResponse(uint16_t& len, const uint8_t* value, HasCtpNtf& ntf) { in ParsePresetReadResponse()
76 static bool ParsePresetChanged(uint16_t len, const uint8_t* value, HasCtpNtf& ntf) { in ParsePresetChanged()
128 HasCtpNtf ntf; in FromCharacteristicValue() local
249 std::ostream& operator<<(std::ostream& out, const HasCtpNtf& ntf) { in operator <<()
Dhas_client.cc1287 auto ntf = device.ctp_notifications_.front(); in OnHasPresetReadResponseNotification() local
1557 auto ntf = device.ctp_notifications_.front(); in ProcessCtpNotificationQueue() local
1598 auto ntf = ntf_opt.value(); in OnHasCtpValueNotification() local
/packages/modules/Nfc/libnfc-nci/src/fuzzers/integration/
Dnfc_integration_fuzzer_impl.cc220 void DoRfManagementNtf(const RfManagementNtf& ntf) { in DoRfManagementNtf()
232 void DoMtNtf(const MtNtf& ntf) { in DoMtNtf()
Dnfc_integration_fuzzer.proto88 MtNtf ntf = 1; field
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient_parser_test.cc1060 ctp_ntf ntf; in TEST() local
1130 ctp_ntf ntf; in TEST() local
1162 ctp_ntf ntf; in TEST() local
1194 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.cc400 auto ntf = std::make_unique<struct bluetooth::le_audio::client_parser::ascs::ctp_ntf>(); in ProcessGattCtpNotification() local