Searched defs:ntf (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/bta/has/ |
D | has_ctp.cc | 40 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 <<()
|
D | has_client.cc | 1286 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/ |
D | client_parser_test.cc | 979 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
|
D | client_parser.cc | 249 bool ParseAseCtpNotification(struct ctp_ntf& ntf, uint16_t len, const uint8_t* value) { in ParseAseCtpNotification()
|
D | state_machine.cc | 394 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 D | nfc_integration_fuzzer_impl.cc | 220 void DoRfManagementNtf(const RfManagementNtf& ntf) { in DoRfManagementNtf() 232 void DoMtNtf(const MtNtf& ntf) { in DoMtNtf()
|
H A D | nfc_integration_fuzzer.proto | 88 MtNtf ntf = 1; field
|