Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp534 return BT_STATUS_FAIL; in acquire_wake_lock_callout()
539 return BT_STATUS_FAIL; in acquire_wake_lock_callout()
555 return ret ? BT_STATUS_SUCCESS : BT_STATUS_FAIL; in acquire_wake_lock_callout()
565 return BT_STATUS_FAIL; in release_wake_lock_callout()
570 return BT_STATUS_FAIL; in release_wake_lock_callout()
586 return ret ? BT_STATUS_SUCCESS : BT_STATUS_FAIL; in release_wake_lock_callout()
816 result = (ret == BT_STATUS_FAIL) ? JNI_FALSE : JNI_TRUE; in disableNative()
Dcom_android_bluetooth_pan.cpp166 bt_status_t status = BT_STATUS_FAIL; in enablePanNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAbstractionLayer.java72 public static final int BT_STATUS_FAIL = 1; field in AbstractionLayer