Searched refs:sBluetoothInterface (Results 1 – 1 of 1) sorted by relevance
68 static const bt_interface_t* sBluetoothInterface = NULL; variable79 const bt_interface_t* getBluetoothInterface() { return sBluetoothInterface; } in getBluetoothInterface()678 if (hal_util_load_bt_library((bt_interface_t const**)&sBluetoothInterface)) { in classInitNative()695 if (!sBluetoothInterface) { in initNative()712 int ret = sBluetoothInterface->init( in initNative()725 sBluetoothInterface = NULL; in initNative()728 ret = sBluetoothInterface->set_os_callouts(&sBluetoothOsCallouts); in initNative()731 sBluetoothInterface->cleanup(); in initNative()732 sBluetoothInterface = NULL; in initNative()737 (btsock_interface_t*)sBluetoothInterface->get_profile_interface( in initNative()[all …]