/system/bt/btif/src/ |
D | btif_gatt_test.cc | 72 LOG_INFO("%s: conn_id=%d, connected=%d", __func__, conn_id, connected); in btif_test_connect_cback() 79 LOG_INFO("%s: op_code=0x%02x, conn_id=0x%x. status=0x%x", __func__, op, in btif_test_command_complete_cback() 95 LOG_INFO("%s: Unknown op_code (0x%02x)", __func__, op); in btif_test_command_complete_cback() 103 LOG_INFO("------ GATT Discovery result %-22s -------", disc_name[disc_type]); in btif_test_discovery_result_cback() 104 LOG_INFO(" Attribute handle: 0x%04x (%d)", p_data->handle, in btif_test_discovery_result_cback() 108 LOG_INFO(" Attribute type: %s", p_data->type.ToString().c_str()); in btif_test_discovery_result_cback() 113 LOG_INFO(" Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", in btif_test_discovery_result_cback() 116 LOG_INFO(" Service UUID: %s", in btif_test_discovery_result_cback() 121 LOG_INFO(" Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", in btif_test_discovery_result_cback() 127 LOG_INFO(" Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", in btif_test_discovery_result_cback() [all …]
|
D | btif_a2dp_audio_interface.cc | 192 LOG_INFO("%s", __func__); in btif_a2dp_get_codec_configuration() 206 LOG_INFO(" %s: codec parameters =%d", __func__, in btif_a2dp_get_codec_configuration() 250 LOG_INFO("%s: peer MTU: %d effective MTU: %d result MTU: %d", __func__, in btif_a2dp_get_codec_configuration() 266 LOG_INFO("%s", __func__); in btif_a2dp_audio_interface_init() 276 LOG_INFO("%s: IBluetoothAudioOffload::getService() returned %p (%s)", in btif_a2dp_audio_interface_init() 279 LOG_INFO("%s:Init returned", __func__); in btif_a2dp_audio_interface_init() 283 LOG_INFO("%s: start", __func__); in btif_a2dp_audio_interface_deinit() 295 LOG_INFO("%s", __func__); in btif_a2dp_audio_interface_start_session() 308 LOG_INFO("%s", __func__); in btif_a2dp_audio_interface_end_session() 323 LOG_INFO("%s", __func__); in btif_a2dp_audio_interface_restart_session() [all …]
|
D | btif_a2dp_sink.cc | 172 LOG_INFO("%s", __func__); in btif_a2dp_sink_init() 204 LOG_INFO("%s", __func__); in btif_a2dp_sink_init_delayed() 209 LOG_INFO("%s", __func__); in btif_a2dp_sink_startup() 216 LOG_INFO("%s", __func__); in btif_a2dp_sink_startup_delayed() 273 LOG_INFO("%s: peer_address=%s", __func__, peer_address.ToString().c_str()); in btif_a2dp_sink_end_session() 280 LOG_INFO("%s", __func__); in btif_a2dp_sink_end_session_delayed() 286 LOG_INFO("%s", __func__); in btif_a2dp_sink_shutdown() 292 LOG_INFO("%s", __func__); in btif_a2dp_sink_shutdown_delayed() 298 LOG_INFO("%s", __func__); in btif_a2dp_sink_cleanup() 328 LOG_INFO("%s", __func__); in btif_a2dp_sink_cleanup_delayed() [all …]
|
D | stack_manager.cc | 200 LOG_INFO("is initializing the stack"); in event_init_stack() 203 LOG_INFO("found the stack already in initialized state"); in event_init_stack() 223 LOG_INFO("finished"); in event_init_stack() 240 LOG_INFO("%s stack already brought up", __func__); in event_start_up_stack() 246 LOG_INFO("%s is bringing up the stack", __func__); in event_start_up_stack() 251 LOG_INFO("%s Gd shim module enabled", __func__); in event_start_up_stack() 311 LOG_INFO("%s finished", __func__); in event_start_up_stack() 318 LOG_INFO("%s stack is already brought down", __func__); in event_shut_down_stack() 322 LOG_INFO("%s is bringing down the stack", __func__); in event_shut_down_stack() 358 LOG_INFO("%s Gd shim module disabled", __func__); in event_shut_down_stack() [all …]
|
D | btif_profile_queue.cc | 109 LOG_INFO("Queueing profile connection request:%s", param.ToString().c_str()); in queue_int_add() 119 LOG_INFO("%s: removing connection request: %s", __func__, in queue_int_advance() 127 LOG_INFO("%s: UUID=%04X", __func__, uuid); in queue_int_cleanup() 133 LOG_INFO("%s: removing connection request: %s", __func__, in queue_int_cleanup() 196 LOG_INFO("Executing profile connection request:%s", head.ToString().c_str()); in btif_queue_connect_next() 199 LOG_INFO("%s: connect %s failed, advance to next scheduled connection.", in btif_queue_connect_next() 216 LOG_INFO("%s", __func__); in btif_queue_release()
|
/system/bt/btif/test/ |
D | btif_stack_test.cc | 43 LOG_INFO("Mock function count map size:%zu", mock_function_count_map.size()); in dump_mock_function_count_map() 46 LOG_INFO("function:%s: call_count:%d", it.first.c_str(), it.second); in dump_mock_function_count_map() 54 LOG_INFO("%u => %u", _adapter_state_changed::state, state); in adapter_state_changed() 59 LOG_INFO("Callback rx"); in adapter_properties() 64 LOG_INFO("Callback rx"); in remote_device_properties() 68 LOG_INFO("Callback rx"); in device_found() 72 LOG_INFO("Callback rx"); in discovery_state_changed() 78 LOG_INFO("Callback rx"); in pin_request() 83 LOG_INFO("Callback rx"); in ssp_request() 90 LOG_INFO("Callback rx"); in bond_state_changed() [all …]
|
/system/bt/test/headless/ |
D | headless.cc | 70 LOG_INFO("%s", __func__); in adapter_properties() 75 LOG_INFO("%s", __func__); in remote_device_properties() 79 LOG_INFO("%s", __func__); in device_found() 83 LOG_INFO("%s", __func__); in discovery_state_changed() 89 LOG_INFO("%s", __func__); in pin_request() 94 LOG_INFO("%s", __func__); in ssp_request() 101 LOG_INFO("%s", __func__); in bond_state_changed() 118 LOG_INFO("%s status:%s device:%s state:%s", __func__, in acl_state_changed() 127 LOG_INFO("%s", __func__); in link_quality_report() 130 void thread_event(bt_cb_thread_evt evt) { LOG_INFO("%s", __func__); } in thread_event() [all …]
|
/system/bt/main/ |
D | bte_conf.cc | 47 LOG_INFO("%s no section named %s.", __func__, section_name); in bte_load_did_conf() 83 LOG_INFO("Device ID record %d : %s", i, in bte_load_did_conf() 85 LOG_INFO(" vendorId = %04x", record.vendor); in bte_load_did_conf() 86 LOG_INFO(" vendorIdSource = %04x", record.vendor_id_source); in bte_load_did_conf() 87 LOG_INFO(" product = %04x", record.product); in bte_load_did_conf() 88 LOG_INFO(" version = %04x", record.version); in bte_load_did_conf() 89 LOG_INFO(" clientExecutableURL = %s", record.client_executable_url); in bte_load_did_conf() 90 LOG_INFO(" serviceDescription = %s", record.service_description); in bte_load_did_conf() 91 LOG_INFO(" documentationURL = %s", record.documentation_url); in bte_load_did_conf()
|
/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
D | test_channel_transport.cc | 39 LOG_INFO("Error creating socket for test channel."); in SetUp() 48 LOG_INFO("port: %d", port); in SetUp() 54 LOG_INFO("Error binding test channel listener socket to address: %s", strerror(errno)); in SetUp() 60 LOG_INFO("Error listening for test channel: %s", strerror(errno)); in SetUp() 83 LOG_INFO("Error accepting test channel connection errno=%d (%s).", errno, strerror(errno)); in Accept() 92 LOG_INFO("accept_fd = %d.", accept_fd); in Accept() 101 LOG_INFO("Unexpected (command_name_size) bytes_read: %d != %d", bytes_read, 1); in OnCommandReady() 108 LOG_INFO("Unexpected (command_name) bytes_read: %d != %d", bytes_read, command_name_size); in OnCommandReady() 113 LOG_INFO("Test channel closed"); in OnCommandReady() 122 LOG_INFO("Unexpected (num_args) bytes_read: %d != %d", bytes_read, 1); in OnCommandReady() [all …]
|
/system/bt/gd/security/pairing/ |
D | classic_pairing_handler.cc | 101 LOG_INFO("%s", address.GetAddress().ToString().c_str()); in OnPinEntry() 111 LOG_INFO("Initiate"); in Initiate() 168 LOG_INFO("Received unsupported event: %s", hci::EventCodeText(packet.GetEventCode()).c_str()); in OnReceive() 173 LOG_INFO("Received unsupported event: %s", hci::EventCodeText(packet.GetEventCode()).c_str()); in OnReceive() 178 LOG_INFO("Received: %s", hci::EventCodeText(packet.GetEventCode()).c_str()); in OnReceive() 191 LOG_INFO("Received: %s", hci::EventCodeText(packet.GetEventCode()).c_str()); in OnReceive() 194 LOG_INFO("Sending: LINK_KEY_REQUEST_REPLY"); in OnReceive() 200 LOG_INFO("Sending: LINK_KEY_REQUEST_NEGATIVE_REPLY"); in OnReceive() 208 LOG_INFO("Received: %s", hci::EventCodeText(packet.GetEventCode()).c_str()); in OnReceive() 223 LOG_INFO("Received: %s", hci::EventCodeText(packet.GetEventCode()).c_str()); in OnReceive() [all …]
|
/system/bt/main/shim/ |
D | btm_api.cc | 283 LOG_INFO("UNIMPLEMENTED %s pin_callback", __func__); in SetBtaCallbacks() 287 LOG_INFO("UNIMPLEMENTED %s link_key_callback", __func__); in SetBtaCallbacks() 291 LOG_INFO("UNIMPLEMENTED %s auth_complete_callback", __func__); in SetBtaCallbacks() 295 LOG_INFO("UNIMPLEMENTED %s bond_cancel_complete_callback", __func__); in SetBtaCallbacks() 299 LOG_INFO("UNIMPLEMENTED %s le_callback", __func__); in SetBtaCallbacks() 303 LOG_INFO("UNIMPLEMENTED %s le_key_callback", __func__); in SetBtaCallbacks() 415 LOG_INFO("UNIMPLEMENTED %s pin_callback", __func__); in SetBtaCallbacks() 419 LOG_INFO("UNIMPLEMENTED %s link_key_callback", __func__); in SetBtaCallbacks() 423 LOG_INFO("UNIMPLEMENTED %s auth_complete_callback", __func__); in SetBtaCallbacks() 427 LOG_INFO("UNIMPLEMENTED %s bond_cancel_complete_callback", __func__); in SetBtaCallbacks() [all …]
|
/system/bt/gd/security/ |
D | pairing_handler_le.cc | 36 LOG_INFO("Pairing Started"); in PairingMain() 39 LOG_INFO("Was remotely initiated, presenting user with the accept prompt"); in PairingMain() 45 LOG_INFO("Waiting for the prompt response"); in PairingMain() 48 LOG_INFO("User either did not accept the remote pairing, or the prompt timed out"); in PairingMain() 55 LOG_INFO("Pairing prompt accepted"); in PairingMain() 87 LOG_INFO("Pairing Phase 2 LE Secure connections Started"); in PairingMain() 129 LOG_INFO("Sending start encryption request"); in PairingMain() 137 LOG_INFO("Pairing Phase 2 LE legacy pairing Started"); in PairingMain() 158 LOG_INFO("Sending start encryption request"); in PairingMain() 167 LOG_INFO("Waiting for encryption changed"); in PairingMain() [all …]
|
D | pairing_handler_le_secure_connections.cc | 35 LOG_INFO("Public key exchange start"); in ExchangePublicKeys() 45 LOG_INFO("Central sends out public key"); in ExchangePublicKeys() 49 LOG_INFO(" Waiting for Public key..."); in ExchangePublicKeys() 51 LOG_INFO(" Received public key"); in ExchangePublicKeys() 60 LOG_INFO("Received Public key from remote"); in ExchangePublicKeys() 63 LOG_INFO("Remote and local public keys can't match"); in ExchangePublicKeys() 73 LOG_INFO("Can't validate remote public key"); in ExchangePublicKeys() 78 LOG_INFO("Peripheral sends out public key"); in ExchangePublicKeys() 83 LOG_INFO("Public key exchange finish"); in ExchangePublicKeys() 138 LOG_INFO("Authentication stage 2 started"); in DoSecureConnectionsStage2() [all …]
|
D | pairing_handler_le_legacy.cc | 69 LOG_INFO("Legacy Just Works start"); in LegacyJustWorks() 86 LOG_INFO("Passkey Entry start %s", i_am_displaying ? "displaying" : "accepting"); in LegacyPasskeyEntry() 115 LOG_INFO("Passkey Entry finish"); in LegacyPasskeyEntry() 125 LOG_INFO("Legacy Step 2 start"); in DoLegacyStage2() 150 LOG_INFO("Central sends Mconfirm"); in DoLegacyStage2() 153 LOG_INFO("Central waits for the Sconfirm"); in DoLegacyStage2() 160 LOG_INFO("Central sends Mrand"); in DoLegacyStage2() 163 LOG_INFO("Central waits for Srand"); in DoLegacyStage2() 183 LOG_INFO("sconfirm does not match generated value"); in DoLegacyStage2() 204 LOG_INFO("Peripheral waits for the Mconfirm"); in DoLegacyStage2() [all …]
|
/system/bt/vendor_libs/test_vendor_lib/desktop/ |
D | test_environment.cc | 36 LOG_INFO(); in initialize() 63 LOG_INFO("%s: Finished", __func__); in initialize() 67 LOG_INFO("%s", __func__); in close() 75 … [](const std::string& response) { LOG_INFO("No HCI Response channel: %s", response.c_str()); }); in SetUpHciServer() 101 …[](const std::string& response) { LOG_INFO("No LinkLayer Response channel: %s", response.c_str());… in SetUpLinkLayerServer() 125 LOG_INFO("socket() call failed: %s", strerror(errno)); in ConnectToRemoteServer() 132 LOG_INFO("gethostbyname() failed for %s: %s", server.c_str(), strerror(errno)); in ConnectToRemoteServer() 144 LOG_INFO("connect() failed for %s@%d: %s", server.c_str(), port, strerror(errno)); in ConnectToRemoteServer() 158 LOG_INFO("No test channel: %s", response.c_str()); in SetUpTestChannel() 172 LOG_INFO("Test channel SetUp() successful"); in SetUpTestChannel() [all …]
|
/system/bt/gd/os/linux/ |
D | wakelock_native.cc | 31 LOG_INFO("Linux native wakelock is not implemented"); in Initialize() 35 LOG_INFO("Linux native wakelock is not implemented"); in Acquire() 40 LOG_INFO("Linux native wakelock is not implemented"); in Release() 44 LOG_INFO("Linux native wakelock is not implemented"); in CleanUp()
|
/system/bt/gd/os/host/ |
D | wakelock_native.cc | 31 LOG_INFO("Host native wakelock is not implemented"); in Initialize() 35 LOG_INFO("Host native wakelock is not implemented"); in Acquire() 40 LOG_INFO("Host native wakelock is not implemented"); in Release() 44 LOG_INFO("Host native wakelock is not implemented"); in CleanUp()
|
/system/bt/gd/grpc/ |
D | grpc_event_queue.h | 52 LOG_INFO("%s: Entering Loop", log_name_.c_str()); in RunLoop() 58 LOG_INFO("%s: Got event after queue", log_name_.c_str()); in RunLoop() 63 LOG_INFO("%s: Exited Loop", log_name_.c_str()); in RunLoop() 73 LOG_INFO("%s: Discarding an event while not running the loop", log_name_.c_str()); in OnIncomingEvent() 76 LOG_INFO("%s: Got event before queue", log_name_.c_str()); in OnIncomingEvent()
|
/system/bt/gd/common/ |
D | strings.cc | 56 LOG_INFO("str size is not divisible by 2, size is %zu", str.size()); in FromHexString() 60 LOG_INFO("value contains none hex digit"); in FromHexString() 69 LOG_INFO("failed to parse hex char at index %zu", i); in FromHexString() 117 LOG_INFO("cannot parse string '%s' with error '%s'", str.c_str(), strerror(errno)); in Int64FromString() 121 LOG_INFO("string '%s' is empty or has wrong format", str.c_str()); in Int64FromString() 125 LOG_INFO("cannot parse whole string '%s'", str.c_str()); in Int64FromString() 137 LOG_INFO("string '%s' contains minus sign, this function is for unsigned", str.c_str()); in Uint64FromString() 144 LOG_INFO("cannot parse string '%s' with error '%s'", str.c_str(), strerror(errno)); in Uint64FromString() 148 LOG_INFO("string '%s' is empty or has wrong format", str.c_str()); in Uint64FromString() 152 LOG_INFO("cannot parse whole string '%s'", str.c_str()); in Uint64FromString() [all …]
|
/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | server_port_factory.cc | 42 LOG_INFO("Error creating socket for test channel."); in SetUp() 46 LOG_INFO("port: %d", port); in SetUp() 52 LOG_INFO("Error binding test channel listener socket to address."); in SetUp() 58 LOG_INFO("Error listening for test channel."); in SetUp() 83 LOG_INFO("Error accepting test channel connection errno=%d (%s).", errno, strerror(errno)); in Accept() 92 LOG_INFO("accept_fd = %d.", accept_fd); in Accept() 106 LOG_INFO("Test channel closed"); in OnCommandReady()
|
/system/bt/gd/l2cap/classic/internal/ |
D | link.cc | 155 LOG_INFO("Will connect after information response ERTM feature support is received"); in SendConnectionRequest() 316 LOG_INFO("UNIMPLEMENTED %s packet_type:%x", __func__, packet_type); in OnConnectionPacketTypeChanged() 336 LOG_INFO("UNIMPLEMENTED %s", __func__); in OnChangeConnectionLinkKeyComplete() 364 LOG_INFO( in OnQosSetupComplete() 376 LOG_INFO( in OnFlowSpecificationComplete() 388 LOG_INFO("UNIMPLEMENTED %s", __func__); in OnFlushOccurred() 394 LOG_INFO("UNIMPLEMENTED %s link_policy_settings:0x%x", __func__, link_policy_settings); in OnReadLinkPolicySettingsComplete() 397 LOG_INFO("UNIMPLEMENTED %s flush_timeout:%d", __func__, flush_timeout); in OnReadAutomaticFlushTimeoutComplete() 400 LOG_INFO("UNIMPLEMENTED %s transmit_power_level:%d", __func__, transmit_power_level); in OnReadTransmitPowerLevelComplete() 403 LOG_INFO("UNIMPLEMENTED %s link_supervision_timeout:%d", __func__, link_supervision_timeout); in OnReadLinkSupervisionTimeoutComplete() [all …]
|
/system/bt/btcore/src/ |
D | module.cc | 85 LOG_INFO("%s Starting module \"%s\"", __func__, module->name); in module_start_up() 90 LOG_INFO("%s Started module \"%s\"", __func__, module->name); in module_start_up() 104 LOG_INFO("%s Shutting down module \"%s\"", __func__, module->name); in module_shut_down() 109 LOG_INFO("%s Shutdown of module \"%s\" completed", __func__, module->name); in module_shut_down() 122 LOG_INFO("%s Cleaning up module \"%s\"", __func__, module->name); in module_clean_up() 127 LOG_INFO("%s Cleanup of module \"%s\" completed", __func__, module->name); in module_clean_up()
|
/system/bt/gd/hci/facade/ |
D | acl_manager_facade.cc | 393 LOG_INFO("key_flag:%s", KeyFlagText(key_flag).c_str()); in OnCentralLinkKeyComplete() 397 LOG_INFO("new_role:%d", (uint8_t)new_role); in OnRoleChange() 401 LOG_INFO("link_policy_settings:%d", link_policy_settings); in OnReadLinkPolicySettingsComplete() 405 LOG_INFO("OnConnectionPacketTypeChanged packet_type:%d", packet_type); in OnConnectionPacketTypeChanged() 409 LOG_INFO("OnAuthenticationComplete"); in OnAuthenticationComplete() 413 LOG_INFO("OnConnectionPacketTypeChanged enabled:%d", (uint8_t)enabled); in OnEncryptionChange() 417 LOG_INFO("OnChangeConnectionLinkKeyComplete"); in OnChangeConnectionLinkKeyComplete() 421 LOG_INFO("OnReadClockOffsetComplete clock_offset:%d", clock_offset); in OnReadClockOffsetComplete() 425 LOG_INFO("OnModeChange Mode:%d, interval:%d", (uint8_t)current_mode, interval); in OnModeChange() 434 LOG_INFO( in OnSniffSubrating() [all …]
|
/system/bt/gd/btaa/linux_generic/ |
D | wakelock_processor.cc | 36 LOG_INFO("Release a never acquired wakelock, ignored."); in OnWakelockReleased() 54 LOG_INFO("Previous wakelock acquired time is not consumed, dropped."); in OnWakelockAcquired() 58 …LOG_INFO("Wakelock held for too long, likely we missed a release notification. Resetting wakelock … in OnWakelockAcquired()
|
/system/bt/gd/os/android/ |
D | wakelock_native.cc | 60 LOG_INFO("Initializing native wake locks"); in Initialize() 74 LOG_INFO("wakelock is already acquired"); in Acquire() 98 LOG_INFO("Cleaning up native wake locks"); in CleanUp() 100 LOG_INFO("releasing current wakelock during clean up"); in CleanUp() 105 LOG_INFO("Unlink death recipient"); in CleanUp()
|