Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:TAG

74     private static final String TAG = "BluetoothDevice";
752 if (DBG) Log.d(TAG, "onBrEdrDown: reached BLE ON state");
830 if (DBG) Log.d(TAG, "mAddress: " + mAddress);
847 Log.e(TAG, "BT not enabled. Cannot get Remote Device name");
857 Log.e(TAG, "", e);
872 Log.e(TAG, "BT not enabled. Cannot get Remote Device type");
878 Log.e(TAG, "", e);
893 Log.e(TAG, "BT not enabled. Cannot get Remote Device Alias");
899 Log.e(TAG, "", e);
917 Log.e(TAG, "BT not enabled. Cannot set Remote Device name");
923 Log.e(TAG, "", e);
958 Log.e(TAG, "Bluetooth disabled. Cannot get remote device battery level");
964 Log.e(TAG, "", e);
983 Log.e(TAG, "BT not enabled. Cannot create bond to Remote Device");
987 Log.i(TAG, "createBond() for device " + getAddress()
992 Log.e(TAG, "", e);
1016 Log.e(TAG, "BT not enabled. Cannot create bond to Remote Device");
1023 Log.i(TAG, "createBond() for device " + getAddress()
1028 Log.e(TAG, "", e);
1054 Log.w(TAG, "BT not enabled, createBondOutOfBand failed");
1060 Log.e(TAG, "", e);
1069 Log.w(TAG, "BT not enabled, isBondingInitiatedLocally failed");
1075 Log.e(TAG, "", e);
1097 } catch (RemoteException e) {Log.e(TAG, "", e);} */
1113 Log.e(TAG, "BT not enabled. Cannot cancel Remote Device bond");
1117 Log.i(TAG, "cancelBondProcess() for device " + getAddress()
1122 Log.e(TAG, "", e);
1142 Log.e(TAG, "BT not enabled. Cannot remove Remote Device bond");
1146 Log.i(TAG, "removeBond() for device " + getAddress()
1151 Log.e(TAG, "", e);
1169 Log.e(TAG, "BT not enabled. Cannot get bond state");
1175 Log.e(TAG, "", e);
1198 Log.e(TAG, "", e);
1222 Log.e(TAG, "", e);
1236 Log.e(TAG, "BT not enabled. Cannot get Bluetooth Class");
1244 Log.e(TAG, "", e);
1263 Log.e(TAG, "BT not enabled. Cannot get remote device Uuids");
1269 Log.e(TAG, "", e);
1291 Log.e(TAG, "BT not enabled. Cannot fetchUuidsWithSdp");
1297 Log.e(TAG, "", e);
1326 Log.e(TAG, "BT not enabled. Cannot query remote device sdp records");
1332 Log.e(TAG, "", e);
1346 Log.e(TAG, "BT not enabled. Cannot set Remote Device pin");
1352 Log.e(TAG, "", e);
1363 } catch (RemoteException e) {Log.e(TAG, "", e);}*/
1376 Log.e(TAG, "BT not enabled. Cannot set pairing confirmation");
1382 Log.e(TAG, "", e);
1393 } catch (RemoteException e) {Log.e(TAG, "", e);}*/
1401 Log.e(TAG, "BT not enabled. Cannot create pairing user input");
1407 Log.e(TAG, "", e);
1418 } catch (RemoteException e) {Log.e(TAG, "", e);}*/
1446 Log.e(TAG, "", e);
1470 Log.e(TAG, "", e);
1490 Log.e(TAG, "", e);
1512 Log.e(TAG, "", e);
1532 Log.e(TAG, "", e);
1554 Log.e(TAG, "", e);
1586 Log.e(TAG, "Bluetooth is not enabled");
1677 Log.e(TAG, "Bluetooth is not enabled");
1715 Log.e(TAG, "Bluetooth is not enabled");
1738 Log.e(TAG, "Bluetooth is not enabled");
1757 Log.e(TAG, "Bluetooth is not enabled");
1780 Log.e(TAG, "UTF-8 not supported?!?"); // this should not happen
1924 Log.e(TAG, "", e);
1954 Log.e(TAG, "createL2capCocSocket: Bluetooth is not enabled");
1960 if (DBG) Log.d(TAG, "createL2capCocSocket: transport=" + transport + ", psm=" + psm);
1987 Log.e(TAG, "createInsecureL2capCocSocket: Bluetooth is not enabled");
1994 Log.d(TAG, "createInsecureL2capCocSocket: transport=" + transport + ", psm=" + psm);