Home
last modified time | relevance | path

Searched defs:cme (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHfpNativeInterfaceTest.java254 int cme = 10; in onCmdResult() local
/packages/modules/Bluetooth/system/bta/include/
Dbta_hf_client_api.h230 uint16_t cme; member
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java610 void onCmdResult(int type, int cme, byte[] address) { in onCmdResult()
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_at.cc297 uint16_t cme) { in bta_hf_client_handle_error()
744 tBTA_HF_CLIENT_AT_RESULT_TYPE type, uint16_t cme) { in bta_hf_client_at_result()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp313 bthf_client_cmd_complete_t type, int cme) { in cmd_complete_cb()