Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DPhonePolicy.java173 debugLog("Received ACTION_UUID for device " + device); in handleMessage()
178 debugLog("index=" + i + "uuid=" + uuidsToSend[i]); in handleMessage()
256 debugLog("processInitProfilePriorities() - device " + device); in processInitProfilePriorities()
302 debugLog("setting hearing aid profile priority for device " + device); in processInitProfilePriorities()
310 debugLog("processProfileStateChanged, device=" + device + ", profile=" + profileId + ", " in processProfileStateChanged()
340 debugLog("processActiveDeviceChanged, device=" + device + ", profile=" + profileId); in processActiveDeviceChanged()
348 debugLog("processDeviceConnected, device=" + device); in processDeviceConnected()
377 debugLog("handleAllProfilesDisconnected: all profiles disconnected for " + device); in handleAllProfilesDisconnected()
381 debugLog("handleAllProfilesDisconnected: all profiles disconnected for all" in handleAllProfilesDisconnected()
403 debugLog("autoConnect: Initiate auto connection on BT on..."); in autoConnect()
[all …]
DRemoteDevices.java200 debugLog("Removing device " + deleteKey + " from property map"); in addDeviceProperties()
429 debugLog("Same battery level for device " + device + " received " + String.valueOf( in updateBatteryLevel()
455 debugLog("Battery level was never set or is already reset, device=" + device); in resetBatteryLevel()
496 debugLog("Added new device property"); in devicePropertyChangedCallback()
513 debugLog("Property type: " + type); in devicePropertyChangedCallback()
518 debugLog("Skip name update for " + bdDevice); in devicePropertyChangedCallback()
527 debugLog("Remote Device name is: " + device.mName); in devicePropertyChangedCallback()
531 debugLog("Remote device alias is: " + device.mAlias); in devicePropertyChangedCallback()
535 debugLog("Remote Address is:" + Utils.getAddressStringFromByte(val)); in devicePropertyChangedCallback()
540 debugLog("Skip class update for " + bdDevice); in devicePropertyChangedCallback()
[all …]
DAdapterProperties.java388 debugLog("Setting state to " + BluetoothAdapter.nameForState(state)); in setState()
530 debugLog("Adding bonded device:" + device); in onBondStateChanged()
536 debugLog("Removing bonded device:" + device); in onBondStateChanged()
538 debugLog("Failed to remove device: " + device); in onBondStateChanged()
788 debugLog("Name is: " + mName); in adapterPropertyChangedCallback()
793 debugLog("Address is:" + address); in adapterPropertyChangedCallback()
802 debugLog("Invalid BT CoD value from stack."); in adapterPropertyChangedCallback()
810 debugLog("BT Class:" + mBluetoothClass); in adapterPropertyChangedCallback()
819 debugLog("Scan Mode:" + mScanMode); in adapterPropertyChangedCallback()
836 debugLog("Discoverable Timeout:" + mDiscoverableTimeout); in adapterPropertyChangedCallback()
[all …]
DAdapterService.java432 debugLog("onCreate()"); in onCreate()
521 debugLog("onBind()"); in onBind()
527 debugLog("onUnbind() - calling cleanup"); in onUnbind()
534 debugLog("onDestroy()"); in onDestroy()
553 debugLog("bleOnProcessStart()"); in bringUpBle()
572 debugLog("bleOnProcessStart() - Make Bond State Machine"); in bringUpBle()
595 debugLog("stateChangeCallback: disableNative() completed"); in stateChangeCallback()
620 debugLog("startCoreServices()"); in startProfileServices()
641 debugLog("stopProfileServices() - No profiles services to stop or already stopped."); in stopProfileServices()
651 debugLog("stopGattProfileService() - No profiles services to stop."); in stopGattProfileService()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java123 debugLog("new BluetoothKeystoreService isNiapMode: " + isNiapMode); in BluetoothKeystoreService()
133 debugLog("start"); in start()
145 debugLog("cannot find the keystore."); in start()
185 debugLog("cleanup"); in cleanup()
187 debugLog("already doing cleanup"); in cleanup()
193 debugLog("cleanup() called before start()"); in cleanup()
244 debugLog("loadConfigData"); in loadConfigData()
251 debugLog("Load encryption file."); in loadConfigData()
256 debugLog("bt_config.conf checksum pass."); in loadConfigData()
260 debugLog("bt_config.bak checksum pass."); in loadConfigData()
[all …]