Searched refs:btAdapter (Results 1 – 2 of 2) sorted by relevance
45 BluetoothAdapter btAdapter = BluetoothAdapter.getDefaultAdapter(); in sendText() local46 if (btAdapter == null) { in sendText()51 BluetoothDevice device = btAdapter.getRemoteDevice(info.getIccId()); in sendText()57 btAdapter.getProfileProxy(ActivityThread.currentApplication().getApplicationContext(), in sendText()
156 BluetoothAdapter btAdapter = BluetoothAdapter.getDefaultAdapter(); in onCreate() local157 if (btAdapter != null) { in onCreate()158 btAdapter.getProfileProxy(this, mBluetoothProfileServiceListener, in onCreate()172 BluetoothAdapter btAdapter = BluetoothAdapter.getDefaultAdapter(); in onDestroy() local173 if (btAdapter != null) { in onDestroy()174 btAdapter.closeProfileProxy(BluetoothProfile.HEADSET, mBluetoothHeadset); in onDestroy()