Home
last modified time | relevance | path

Searched refs:bt_status_text (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_host.cpp239 bt_status_text(status)); in initializeNative()
286 bt_status_text(status)); in connectHidNative()
313 bt_status_text(status)); in disconnectHidNative()
339 log::error("Failed get protocol mode, status: {}", bt_status_text(status)); in getProtocolModeNative()
363 log::error("Failed virual unplug, status: {}", bt_status_text(status)); in virtualUnPlugNative()
401 log::error("Failed set protocol mode, status: {}", bt_status_text(status)); in setProtocolModeNative()
431 log::error("Failed get report, status: {}", bt_status_text(status)); in getReportNative()
459 log::error("Failed set report, status: {}", bt_status_text(status)); in setReportNative()
487 log::error("Failed set data, status: {}", bt_status_text(status)); in sendDataNative()
511 log::error("Failed get idle time, status: {}", bt_status_text(status)); in getIdleTimeNative()
[all …]
Dcom_android_bluetooth_hfpclient.cpp465 bt_status_text(status)); in initializeNative()
510 log::error("Failed AG connection, status: {}", bt_status_text(status)); in connectNative()
530 log::error("Failed AG disconnection, status: {}", bt_status_text(status)); in disconnectNative()
551 bt_status_text(status)); in connectAudioNative()
572 bt_status_text(status)); in disconnectAudioNative()
593 bt_status_text(status)); in startVoiceRecognitionNative()
614 bt_status_text(status)); in stopVoiceRecognitionNative()
635 log::error("FAILED to control volume, status: {}", bt_status_text(status)); in setVolumeNative()
661 log::error("Failed to dial, status: {}", bt_status_text(status)); in dialNative()
685 bt_status_text(status)); in dialMemoryNative()
[all …]
Dcom_android_bluetooth_hfp.cpp462 bt_status_text(status)); in initializeNative()
509 log::error("Failed HF connection, status: {}", bt_status_text(status)); in connectHfpNative()
531 log::error("Failed HF disconnection, status: {}", bt_status_text(status)); in disconnectHfpNative()
555 bt_status_text(status)); in connectAudioNative()
579 bt_status_text(status)); in disconnectAudioNative()
642 bt_status_text(status)); in startVoiceRecognitionNative()
665 bt_status_text(status)); in stopVoiceRecognitionNative()
689 log::error("FAILED to control volume, status: {}", bt_status_text(status)); in setVolumeNative()
717 bt_status_text(status)); in notifyDeviceStatusNative()
740 bt_status_text(status)); in copsResponseNative()
[all …]
Dcom_android_bluetooth_hid_device.cpp182 log::error("Failed to initialize interface ({})", bt_status_text(status)); in initNative()
275 log::verbose("register_app() returned {}", bt_status_text(ret)); in registerAppNative()
305 log::verbose("unregister_app() returned {}", bt_status_text(ret)); in unregisterAppNative()
370 log::verbose("send_report() returned {}", bt_status_text(ret)); in replyReportNative()
397 log::verbose("report_error() returned {}", bt_status_text(ret)); in reportErrorNative()
420 log::verbose("virtual_cable_unplug() returned {}", bt_status_text(ret)); in unplugNative()
450 log::verbose("connect() returned {}", bt_status_text(ret)); in connectNative()
473 log::verbose("disconnect() returned {}", bt_status_text(ret)); in disconnectNative()
Dcom_android_bluetooth_avrcp_controller.cpp772 bt_status_text(status)); in initNative()
821 bt_status_text(status)); in sendPassThroughCommandNative()
851 bt_status_text(status)); in sendGroupNavigationCommandNative()
900 bt_status_text(status)); in setPlayerApplicationSettingValuesNative()
927 bt_status_text(status)); in sendAbsVolRspNative()
951 bt_status_text(status)); in sendRegisterAbsVolRspNative()
974 bt_status_text(status)); in getCurrentMetadataNative()
997 bt_status_text(status)); in getPlaybackStateNative()
1019 bt_status_text(status)); in getNowPlayingListNative()
1041 bt_status_text(status)); in getFolderListNative()
[all …]
Dcom_android_bluetooth_a2dp_sink.cpp146 bt_status_text(status)); in initNative()
189 log::error("Failed HF connection, status: {}", bt_status_text(status)); in connectA2dpNative()
209 log::error("Failed HF disconnection, status: {}", bt_status_text(status)); in disconnectA2dpNative()
244 bt_status_text(status)); in setActiveDeviceNative()
Dcom_android_bluetooth_pan.cpp124 bt_status_text(status)); in initializeNative()
170 bt_status_text(status)); in connectPanNative()
193 bt_status_text(status)); in disconnectPanNative()
Dcom_android_bluetooth_a2dp.cpp307 bt_status_text(status)); in initNative()
396 log::error("Failed A2DP connection, status: {}", bt_status_text(status)); in connectA2dpNative()
422 log::error("Failed A2DP disconnection, status: {}", bt_status_text(status)); in disconnectA2dpNative()
452 bt_status_text(status)); in setSilenceDeviceNative()
477 bt_status_text(status)); in setActiveDeviceNative()
509 bt_status_text(status)); in setCodecConfigPreferenceNative()
Dcom_android_bluetooth_btservice_AdapterService.cpp159 log::verbose("Status is: {}, Properties: {}", bt_status_text(status), in adapter_properties_callback()
163 log::error("Status {} is incorrect", bt_status_text(status)); in adapter_properties_callback()
221 ADDRESS_TO_LOGGABLE_STR(*bd_addr), bt_status_text(status), in remote_device_properties_callback()
225 log::error("Status {} is incorrect", bt_status_text(status)); in remote_device_properties_callback()
812 log::verbose("status:{} packet_count:{}", bt_status_text(status), in le_test_mode_recv_callback()
Dcom_android_bluetooth_sdp.cpp127 log::debug("Status is: {}, Record count: {}", bt_status_text(status), count); in sdp_search_callback()
Dcom_android_bluetooth_gatt.cpp1277 bt_status_text(status)); in initializeNative()
/packages/modules/Bluetooth/system/test/headless/
Dinterface.h150 bt_status_text(status), remote_bd_addr.ToString(), in ToString()
154 bt_status_text(static_cast<const bt_status_t>(hci_reason)), in ToString()
189 return fmt::format("status:{} num_properties:{}", bt_status_text(status), in ToString()
213 bt_status_text(status), bd_addr.ToString(), in ToString()
Dheadless.cc91 num_callbacks, bt_status_text(status), num_properties, in adapter_properties()
111 num_callbacks, bt_status_text(status), STR(*bd_addr), num_properties, in remote_device_properties()
192 bt_status_text(status), remote_bd_addr->ToString(), in acl_state_changed()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dhfp_client_interface_aidl.cc99 log::info("ConnectAudio status = {} - {}", status, bt_status_text(status)); in StartRequest()
120 log::info("DisconnectAudio status = {} - {}", status, bt_status_text(status)); in StopRequest()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h116 inline std::string bt_status_text(const bt_status_t& status) { in bt_status_text() function
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc585 bt_status_text(status).c_str(), state, in bond_state_changed()
627 bt_status_text(status).c_str(), state, in bond_state_changed()
2056 bt_status_text(status)); in btif_on_name_read()