kaios-types
Preparing search index...
GattPermissions
Interface GattPermissions
interface
GattPermissions
{
read
?:
boolean
;
readEncrypted
?:
boolean
;
readEncryptedMITM
?:
boolean
;
write
?:
boolean
;
writeEncrypted
?:
boolean
;
writeEncryptedMITM
?:
boolean
;
writeSigned
?:
boolean
;
writeSignedMITM
?:
boolean
;
}
Index
Properties
read?
read
Encrypted?
read
Encrypted
MITM?
write?
write
Encrypted?
write
Encrypted
MITM?
write
Signed?
write
Signed
MITM?
Properties
Optional
read
read
?:
boolean
Optional
read
Encrypted
readEncrypted
?:
boolean
Optional
read
Encrypted
MITM
readEncryptedMITM
?:
boolean
Optional
write
write
?:
boolean
Optional
write
Encrypted
writeEncrypted
?:
boolean
Optional
write
Encrypted
MITM
writeEncryptedMITM
?:
boolean
Optional
write
Signed
writeSigned
?:
boolean
Optional
write
Signed
MITM
writeSignedMITM
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
read
read
Encrypted
read
Encrypted
MITM
write
write
Encrypted
write
Encrypted
MITM
write
Signed
write
Signed
MITM
kaios-types
Loading...