Home
last modified time | relevance | path

Searched refs:sBluetoothInterface (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp71 static const bt_interface_t* sBluetoothInterface = NULL; variable
84 const bt_interface_t* getBluetoothInterface() { return sBluetoothInterface; } in getBluetoothInterface()
681 if (hal_util_load_bt_library((bt_interface_t const**)&sBluetoothInterface)) { in classInitNative()
697 if (!sBluetoothInterface) { in initNative()
701 int ret = sBluetoothInterface->init(&sBluetoothCallbacks, in initNative()
706 sBluetoothInterface = NULL; in initNative()
709 ret = sBluetoothInterface->set_os_callouts(&sBluetoothOsCallouts); in initNative()
712 sBluetoothInterface->cleanup(); in initNative()
713 sBluetoothInterface = NULL; in initNative()
718 (btsock_interface_t*)sBluetoothInterface->get_profile_interface( in initNative()
[all …]