#include <BTD.h>
All Bluetooth services should include this class.
Definition at line 134 of file BTD.h.
virtual void BluetoothService::ACLData |
( |
uint8_t * |
ACLData | ) |
|
|
virtual |
Used to pass acldata to the Bluetooth service.
- Parameters
-
ACLData | Pointer to the incoming acldata. |
Reimplemented in WII, SPP, and PS3BT.
virtual void BluetoothService::disconnect |
( |
| ) |
|
|
virtual |
Used to disconnect both the L2CAP Channel and the HCI Connection for the Bluetooth service.
Reimplemented in WII, SPP, and PS3BT.
virtual void BluetoothService::Reset |
( |
| ) |
|
|
virtual |
Used to reset the Bluetooth service.
Reimplemented in WII, SPP, and PS3BT.
virtual void BluetoothService::Run |
( |
| ) |
|
|
virtual |
Used to run the different state machines in the Bluetooth service.
Reimplemented in WII, SPP, and PS3BT.
The documentation for this class was generated from the following file: