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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_AdapterService.cpp49 static const bt_interface_t *sBluetoothInterface = NULL; member in namespace:android
59 return sBluetoothInterface;
651 sBluetoothInterface = btStack->get_bluetooth_interface();
666 if (sBluetoothInterface) {
667 int ret = sBluetoothInterface->init(&sBluetoothCallbacks);
670 sBluetoothInterface = NULL;
673 ret = sBluetoothInterface->set_os_callouts(&sBluetoothOsCallouts);
676 sBluetoothInterface->cleanup();
677 sBluetoothInterface = NULL;
682 sBluetoothInterface
[all...]

Completed in 33 milliseconds