USB Host Shield 2.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
BluetoothService Class Reference

#include <BTD.h>

Inheritance diagram for BluetoothService:
Inheritance graph
[legend]

Public Member Functions

virtual void ACLData (uint8_t *ACLData)
 
virtual void Run ()
 
virtual void Reset ()
 
virtual void disconnect ()
 

Detailed Description

All Bluetooth services should inherit this class.

Definition at line 211 of file BTD.h.

Member Function Documentation

virtual void BluetoothService::ACLData ( uint8_t *  ACLData)
virtual

Used to pass acldata to the Bluetooth service.

Parameters
ACLDataPointer to the incoming acldata.

Reimplemented in SPP, WII, PS3BT, and BTHID.

virtual void BluetoothService::Run ( )
virtual

Used to run the different state machines in the Bluetooth service.

Reimplemented in SPP, WII, PS3BT, and BTHID.

virtual void BluetoothService::Reset ( )
virtual

Used to reset the Bluetooth service.

Reimplemented in SPP, WII, PS3BT, and BTHID.

virtual void BluetoothService::disconnect ( )
virtual

Used to disconnect both the L2CAP Channel and the HCI Connection for the Bluetooth service.

Reimplemented in SPP, WII, PS3BT, and BTHID.


The documentation for this class was generated from the following file: