• Home
  • Raw
  • Download

Lines Matching refs:packet

98 packet LmpPacket {
104 packet ExtendedPacket : LmpPacket(opcode = ESCAPED) {
109 packet Accepted : LmpPacket(opcode = ACCEPTED) {
114 packet NotAccepted : LmpPacket(opcode = NOT_ACCEPTED) {
120 packet AcceptedExt : ExtendedPacket(extended_opcode = ACCEPTED) {
124 packet NotAcceptedExt : ExtendedPacket(extended_opcode = NOT_ACCEPTED) {
129 packet IoCapabilityReq : ExtendedPacket(extended_opcode = IO_CAPABILITY_REQ) {
135 packet IoCapabilityRes : ExtendedPacket(extended_opcode = IO_CAPABILITY_RES) {
141 packet EncapsulatedHeader : LmpPacket(opcode = ENCAPSULATED_HEADER) {
147 packet EncapsulatedPayload : LmpPacket(opcode = ENCAPSULATED_PAYLOAD) {
151 packet SimplePairingConfirm : LmpPacket(opcode = SIMPLE_PAIRING_CONFIRM) {
155 packet SimplePairingNumber : LmpPacket(opcode = SIMPLE_PAIRING_NUMBER) {
159 packet DhkeyCheck : LmpPacket(opcode = DHKEY_CHECK) {
163 packet AuRand : LmpPacket(opcode = AU_RAND) {
167 packet Sres : LmpPacket(opcode = SRES) {
171 packet NumericComparisonFailed: ExtendedPacket(extended_opcode = NUMERIC_COMPARISON_FAILED) {}
173 packet PasskeyFailed: ExtendedPacket(extended_opcode = PASSKEY_FAILED) {}
175 packet KeypressNotification: ExtendedPacket(extended_opcode = KEYPRESS_NOTIFICATION) {
179 packet InRand : LmpPacket(opcode = IN_RAND) {
183 packet CombKey : LmpPacket(opcode = COMB_KEY) {
187 packet EncryptionModeReq : LmpPacket(opcode = ENCRYPTION_MODE_REQ) {
191 packet EncryptionKeySizeReq : LmpPacket(opcode = ENCRYPTION_KEY_SIZE_REQ) {
195 packet StartEncryptionReq : LmpPacket(opcode = START_ENCRYPTION_REQ) {
199 packet StopEncryptionReq : LmpPacket(opcode = STOP_ENCRYPTION_REQ) {}
201 packet FeaturesReqExt : ExtendedPacket(extended_opcode = FEATURES_REQ) {
207 packet FeaturesResExt : ExtendedPacket(extended_opcode = FEATURES_RES) {