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.java170 debugLog("Received ACTION_UUID for device " + device); in handleMessage()
175 debugLog("index=" + i + "uuid=" + uuidsToSend[i]); in handleMessage()
251 debugLog("processInitProfilePriorities() - device " + device); in processInitProfilePriorities()
297 debugLog("setting hearing aid profile priority for device " + device); in processInitProfilePriorities()
305 debugLog("processProfileStateChanged, device=" + device + ", profile=" + profileId + ", " in processProfileStateChanged()
335 debugLog("processActiveDeviceChanged, device=" + device + ", profile=" + profileId); in processActiveDeviceChanged()
343 debugLog("processDeviceConnected, device=" + device); in processDeviceConnected()
372 debugLog("handleAllProfilesDisconnected: all profiles disconnected for " + device); in handleAllProfilesDisconnected()
376 debugLog("handleAllProfilesDisconnected: all profiles disconnected for all" in handleAllProfilesDisconnected()
398 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.java406 debugLog("Setting state to " + BluetoothAdapter.nameForState(state)); in setState()
548 debugLog("Adding bonded device:" + device); in onBondStateChanged()
554 debugLog("Removing bonded device:" + device); in onBondStateChanged()
556 debugLog("Failed to remove device: " + device); in onBondStateChanged()
808 debugLog("Name is: " + mName); in adapterPropertyChangedCallback()
813 debugLog("Address is:" + address); in adapterPropertyChangedCallback()
822 debugLog("Invalid BT CoD value from stack."); in adapterPropertyChangedCallback()
830 debugLog("BT Class:" + mBluetoothClass); in adapterPropertyChangedCallback()
839 debugLog("Scan Mode:" + mScanMode); in adapterPropertyChangedCallback()
856 debugLog("Discoverable Timeout:" + mDiscoverableTimeout); in adapterPropertyChangedCallback()
[all …]
DAdapterService.java433 debugLog("onCreate()"); in onCreate()
522 debugLog("onBind()"); in onBind()
528 debugLog("onUnbind() - calling cleanup"); in onUnbind()
535 debugLog("onDestroy()"); in onDestroy()
554 debugLog("bleOnProcessStart()"); in bringUpBle()
573 debugLog("bleOnProcessStart() - Make Bond State Machine"); in bringUpBle()
596 debugLog("stateChangeCallback: disableNative() completed"); in stateChangeCallback()
621 debugLog("startCoreServices()"); in startProfileServices()
642 debugLog("stopProfileServices() - No profiles services to stop or already stopped."); in stopProfileServices()
652 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 …]