Home
last modified time | relevance | path

Searched refs:BT_STATUS_DONE (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h95 BT_STATUS_DONE, /* request already completed */ enumerator
119 case BT_STATUS_DONE: in bt_status_text()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAbstractionLayer.java83 public static final int BT_STATUS_DONE = 5; field in AbstractionLayer
/packages/modules/Bluetooth/system/service/
Dlogging_helpers.cc92 CASE_RETURN_TEXT(BT_STATUS_DONE); in BtStatusText()
Dbluetooth_interface.cc172 if (interface_ready()) return BT_STATUS_DONE; in init()
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc189 if (interface_ready()) return BT_STATUS_DONE; in init()
Dbtif_rc.cc1796 if (bt_rc_callbacks) return BT_STATUS_DONE; in init()
1819 if (bt_rc_ctrl_callbacks) return BT_STATUS_DONE; in init_ctrl()
2595 status = BT_STATUS_DONE; in set_volume()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp1087 return (ret == BT_STATUS_SUCCESS || ret == BT_STATUS_DONE) ? JNI_TRUE in enableNative()