Home
last modified time | relevance | path

Searched refs:KeypressNotificationType (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/pdl/security/
Dsmp_packets.pdl132 enum KeypressNotificationType : 8 {
141 notification_type : KeypressNotificationType,
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/test/SP/
DBV-36-C.in84 notification_type: KeypressNotificationType::EntryStarted,
92 notification_type: KeypressNotificationType::EntryCompleted,
DBV-34-C.in84 notification_type: KeypressNotificationType::EntryStarted,
92 notification_type: KeypressNotificationType::EntryCompleted,
DBV-35-C.in100 notification_type: KeypressNotificationType::EntryStarted,
113 notification_type: KeypressNotificationType::EntryCompleted,
DBV-33-C.in100 notification_type: KeypressNotificationType::EntryStarted,
113 notification_type: KeypressNotificationType::EntryCompleted,
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/security/BluetoothGeneratedPacketsSmp_h/gen/security/
Dsmp_packets.h83 enum class KeypressNotificationType : uint8_t {ENTRY_STARTED = 0x0,DIGIT_ENTERED = 0x1,DIGIT_ERASED… enum
110KeypressNotificationType& param) {std::stringstream builder;switch (param) {case KeypressNotificat… in KeypressNotificationTypeText()
438 KeypressNotificationType GetNotificationType() const {ASSERT(was_validated_);auto to_bound = begin(… in CreateOptional()
958 …atic std::unique_ptr<PairingKeypressNotificationBuilder> Create(KeypressNotificationType notificat… in Create()
977 explicit PairingKeypressNotificationBuilder(KeypressNotificationType notification_type) :CommandBui… in Create()
980 KeypressNotificationType notification_type_{};}; in Create()
1010 … formatter<bluetooth::security::KeypressNotificationType> : enum_formatter<bluetooth::security::Ke…
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sm/
H A Dsmp.h203 enum class KeypressNotificationType : uint8_t { enum
/aosp_15_r20/external/python/bumble/rust/src/internal/hci/
Dpackets.pdl2448 enum KeypressNotificationType : 8 {
2458 notification_type : KeypressNotificationType,
5126 notification_type : KeypressNotificationType,
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl2519 enum KeypressNotificationType : 8 {
2529 notification_type : KeypressNotificationType,
5797 notification_type : KeypressNotificationType,
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl2629 enum KeypressNotificationType : 8 {
2639 notification_type : KeypressNotificationType,
6321 notification_type : KeypressNotificationType,
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h201 enum class KeypressNotificationType : uint8_t {ENTRY_STARTED = 0x0,DIGIT_ENTERED = 0x1,DIGIT_ERASED… enum
678KeypressNotificationType& param) {std::stringstream builder;switch (param) {case KeypressNotificat… in KeypressNotificationTypeText()
8233 KeypressNotificationType GetNotificationType() const {ASSERT(was_validated_);auto to_bound = begin(… in CreateOptional()
18477 KeypressNotificationType GetNotificationType() const {ASSERT(was_validated_);auto to_bound = begin(… in CreateOptional()
30382 …ue_ptr<SendKeypressNotificationBuilder> Create(Address bd_addr, KeypressNotificationType notificat… in Create()
30401 explicit SendKeypressNotificationBuilder(Address bd_addr, KeypressNotificationType notification_typ… in Create()
30404 Address bd_addr_{};KeypressNotificationType notification_type_{};}; in Create()
46489 …unique_ptr<KeypressNotificationBuilder> Create(Address bd_addr, KeypressNotificationType notificat… in Create()
46508 explicit KeypressNotificationBuilder(Address bd_addr, KeypressNotificationType notification_type) :… in Create()
46511 Address bd_addr_{};KeypressNotificationType notification_type_{};}; in Create()
[all …]