Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:BluetoothAPI

39   return extensions::BluetoothAPI::Get(profile)->bluetooth_event_router();
82 BluetoothAPI* BluetoothAPI::Get(Profile* profile) {
86 BluetoothAPI::BluetoothAPI(Profile* profile) : profile_(profile) {
91 BluetoothAPI::~BluetoothAPI() {
94 ExtensionBluetoothEventRouter* BluetoothAPI::bluetooth_event_router() {
101 void BluetoothAPI::Shutdown() {
105 void BluetoothAPI::OnListenerAdded(const EventListenerInfo& details) {
110 void BluetoothAPI::OnListenerRemoved(const EventListenerInfo& details) {