Structs§
- AddCharacteristic
- Adds a characteristic with |characteristicUuid| and |properties| to the service represented by |serviceId|. addCharacteristic
- AddCharacteristic
Params - Adds a characteristic with |characteristicUuid| and |properties| to the service represented by |serviceId|. addCharacteristic
- AddDescriptor
- Adds a descriptor with |descriptorUuid| to the characteristic respresented by |characteristicId|. addDescriptor
- AddDescriptor
Params - Adds a descriptor with |descriptorUuid| to the characteristic respresented by |characteristicId|. addDescriptor
- AddService
- Adds a service with |serviceUuid| to the peripheral with |address|. addService
- AddService
Params - Adds a service with |serviceUuid| to the peripheral with |address|. addService
- Disable
- Disable the BluetoothEmulation domain. disable
- Disable
Params - Disable the BluetoothEmulation domain. disable
- Enable
- Enable the BluetoothEmulation domain. enable
- Enable
Params - Enable the BluetoothEmulation domain. enable
- Remove
Characteristic - Removes the characteristic respresented by |characteristicId| from the simulated central. removeCharacteristic
- Remove
Characteristic Params - Removes the characteristic respresented by |characteristicId| from the simulated central. removeCharacteristic
- Remove
Descriptor - Removes the descriptor with |descriptorId| from the simulated central. removeDescriptor
- Remove
Descriptor Params - Removes the descriptor with |descriptorId| from the simulated central. removeDescriptor
- Remove
Service - Removes the service respresented by |serviceId| from the simulated central. removeService
- Remove
Service Params - Removes the service respresented by |serviceId| from the simulated central. removeService
- SetSimulated
Central State - Set the state of the simulated central. setSimulatedCentralState
- SetSimulated
Central State Params - Set the state of the simulated central. setSimulatedCentralState
- Simulate
Advertisement - Simulates an advertisement packet described in |entry| being received by the central. simulateAdvertisement
- Simulate
Advertisement Params - Simulates an advertisement packet described in |entry| being received by the central. simulateAdvertisement
- Simulate
Characteristic Operation Response - Simulates the response from the characteristic with |characteristicId| for a characteristic operation of |type|. The |code| value follows the Error Codes from Bluetooth Core Specification Vol 3 Part F 3.4.1.1 Error Response. The |data| is expected to exist when simulating a successful read operation response. simulateCharacteristicOperationResponse
- Simulate
Characteristic Operation Response Params - Simulates the response from the characteristic with |characteristicId| for a characteristic operation of |type|. The |code| value follows the Error Codes from Bluetooth Core Specification Vol 3 Part F 3.4.1.1 Error Response. The |data| is expected to exist when simulating a successful read operation response. simulateCharacteristicOperationResponse
- Simulate
Descriptor Operation Response - Simulates the response from the descriptor with |descriptorId| for a descriptor operation of |type|. The |code| value follows the Error Codes from Bluetooth Core Specification Vol 3 Part F 3.4.1.1 Error Response. The |data| is expected to exist when simulating a successful read operation response. simulateDescriptorOperationResponse
- Simulate
Descriptor Operation Response Params - Simulates the response from the descriptor with |descriptorId| for a descriptor operation of |type|. The |code| value follows the Error Codes from Bluetooth Core Specification Vol 3 Part F 3.4.1.1 Error Response. The |data| is expected to exist when simulating a successful read operation response. simulateDescriptorOperationResponse
- Simulate
Gatt Disconnection - Simulates a GATT disconnection from the peripheral with |address|. simulateGATTDisconnection
- Simulate
Gatt Disconnection Params - Simulates a GATT disconnection from the peripheral with |address|. simulateGATTDisconnection
- Simulate
Gatt Operation Response - Simulates the response code from the peripheral with |address| for a GATT operation of |type|. The |code| value follows the HCI Error Codes from Bluetooth Core Specification Vol 2 Part D 1.3 List Of Error Codes. simulateGATTOperationResponse
- Simulate
Gatt Operation Response Params - Simulates the response code from the peripheral with |address| for a GATT operation of |type|. The |code| value follows the HCI Error Codes from Bluetooth Core Specification Vol 2 Part D 1.3 List Of Error Codes. simulateGATTOperationResponse
- Simulate
Preconnected Peripheral - Simulates a peripheral with |address|, |name| and |knownServiceUuids| that has already been connected to the system. simulatePreconnectedPeripheral
- Simulate
Preconnected Peripheral Params - Simulates a peripheral with |address|, |name| and |knownServiceUuids| that has already been connected to the system. simulatePreconnectedPeripheral
Enums§
- AddCharacteristic
Method - AddDescriptor
Method - AddService
Method - Bluetooth
Emulation Commands - Disable
Method - Enable
Method - Remove
Characteristic Method - Remove
Descriptor Method - Remove
Service Method - SetSimulated
Central State Method - Simulate
Advertisement Method - Simulate
Characteristic Operation Response Method - Simulate
Descriptor Operation Response Method - Simulate
Gatt Disconnection Method - Simulate
Gatt Operation Response Method - Simulate
Preconnected Peripheral Method