Home
last modified time | relevance | path

Searched refs:report_error (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/
Dbt_hd.h120 bt_status_t (*report_error)(uint8_t error); member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hd.cc573 static bt_status_t report_error(uint8_t error) { in report_error() function
627 report_error,
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_device.cpp395 bt_status_t ret = sHiddIf->report_error(error); in reportErrorNative()