kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
BluetoothEmulation
/
SimulateGATTOperationResponseParameter
Simulate
GATTOperation
Response
Parameter
@
Serializable
data
class
SimulateGATTOperationResponseParameter
(
val
address
:
String
,
val
type
:
BluetoothEmulation.GATTOperationType
,
val
code
:
Int
)
Members
Constructors
Simulate
GATTOperation
Response
Parameter
Link copied to clipboard
constructor
(
address
:
String
,
type
:
BluetoothEmulation.GATTOperationType
,
code
:
Int
)
Properties
address
Link copied to clipboard
val
address
:
String
code
Link copied to clipboard
val
code
:
Int
type
Link copied to clipboard
val
type
:
BluetoothEmulation.GATTOperationType