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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_AdapterService.cpp44 static const bt_interface_t *sBluetoothInterface = NULL; member in namespace:android
53 return sBluetoothInterface;
503 sBluetoothInterface = btStack->get_bluetooth_interface();
517 if (sBluetoothInterface) {
518 int ret = sBluetoothInterface->init(&sBluetoothCallbacks);
521 sBluetoothInterface = NULL;
525 sBluetoothInterface->get_profile_interface(BT_PROFILE_SOCKETS_ID)) == NULL) {
537 if (!sBluetoothInterface) return result;
539 sBluetoothInterface->cleanup();
550 if (!sBluetoothInterface) retur
[all...]

Completed in 77 milliseconds