Searched refs:KeypressNotificationType (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/security/ |
D | smp_packets.pdl | 132 enum KeypressNotificationType : 8 { 141 notification_type : KeypressNotificationType,
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/test/SP/ |
D | BV-36-C.in | 84 notification_type: KeypressNotificationType::EntryStarted, 92 notification_type: KeypressNotificationType::EntryCompleted,
|
D | BV-34-C.in | 84 notification_type: KeypressNotificationType::EntryStarted, 92 notification_type: KeypressNotificationType::EntryCompleted,
|
D | BV-35-C.in | 100 notification_type: KeypressNotificationType::EntryStarted, 113 notification_type: KeypressNotificationType::EntryCompleted,
|
D | BV-33-C.in | 100 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/ |
D | smp_packets.h | 83 enum class KeypressNotificationType : uint8_t {ENTRY_STARTED = 0x0,DIGIT_ENTERED = 0x1,DIGIT_ERASED… enum 110 …KeypressNotificationType& 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 D | smp.h | 203 enum class KeypressNotificationType : uint8_t { enum
|
/aosp_15_r20/external/python/bumble/rust/src/internal/hci/ |
D | packets.pdl | 2448 enum KeypressNotificationType : 8 { 2458 notification_type : KeypressNotificationType, 5126 notification_type : KeypressNotificationType,
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 2519 enum KeypressNotificationType : 8 { 2529 notification_type : KeypressNotificationType, 5797 notification_type : KeypressNotificationType,
|
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 2629 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/ |
D | hci_packets.h | 201 enum class KeypressNotificationType : uint8_t {ENTRY_STARTED = 0x0,DIGIT_ENTERED = 0x1,DIGIT_ERASED… enum 678 …KeypressNotificationType& 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 …]
|