Searched defs:sBluetoothInterface (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_AdapterService.cpp59 static const bt_interface_t* sBluetoothInterface = NULL; member in namespace:android
67 const bt_interface_t* getBluetoothInterface() { return sBluetoothInterface; }
639 sBluetoothInterface = btStack->get_bluetooth_interface();
658 if (!sBluetoothInterface) {
662 int ret = sBluetoothInterface->init(&sBluetoothCallbacks);
665 sBluetoothInterface = NULL;
668 ret = sBluetoothInterface->set_os_callouts(&sBluetoothOsCallouts);
671 sBluetoothInterface->cleanup();
672 sBluetoothInterface = NULL;
677 (btsock_interface_t*)sBluetoothInterface
[all...]

Completed in 31 milliseconds