Home | History | Annotate | Download | only in com.example.android.bluetoothlegatt

Lines Matching refs:null

145             if (data != null && data.length > 0) {
185 if (mBluetoothManager == null) {
187 if (mBluetoothManager == null) {
194 if (mBluetoothAdapter == null) {
213 if (mBluetoothAdapter == null || address == null) {
219 if (mBluetoothDeviceAddress != null && address.equals(mBluetoothDeviceAddress)
220 && mBluetoothGatt != null) {
231 if (device == null) {
251 if (mBluetoothAdapter == null || mBluetoothGatt == null) {
263 if (mBluetoothGatt == null) {
267 mBluetoothGatt = null;
278 if (mBluetoothAdapter == null || mBluetoothGatt == null) {
293 if (mBluetoothAdapter == null || mBluetoothGatt == null) {
315 if (mBluetoothGatt == null) return null;