Home
last modified time | relevance | path

Searched defs:ocf (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBluetoothHciVendorSpecificNativeInterface.java60 void sendCommand(int ocf, byte[] parameters, byte[] cookie) { in sendCommand()
66 private void onCommandStatus(int ocf, int status, byte[] cookie) { in onCommandStatus()
71 private void onCommandComplete(int ocf, byte[] returnParameters, byte[] cookie) { in onCommandComplete()
86 private native void sendCommandNative(int ocf, byte[] parameters, byte[] cookie); in sendCommandNative()
DAdapterServiceBinder.java2027 int ocf, byte[] parameters, IBluetoothHciVendorSpecificCallback callback) { in sendHciVendorSpecificCommand()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hci_vs.cc43 auto ocf = static_cast<uint16_t>(view.GetCommandOpCode()) & 0x3ff; in CommandStatusOrCompleteCallback() local
50 auto ocf = static_cast<uint16_t>(view.GetCommandOpCode()) & 0x3ff; in CommandStatusOrCompleteCallback() local
83 void sendCommand(uint16_t ocf, std::vector<uint8_t> parameters, Cookie cookie) override { in sendCommand()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHciVendorSpecificCallback.aidl23 void onCommandStatus(int ocf, in int status); in onCommandStatus()
24 void onCommandComplete(int ocf, in byte[] returnParameters); in onCommandComplete()
DIBluetooth.aidl309 …void sendHciVendorSpecificCommand(in int ocf, in byte[] parameters, in IBluetoothHciVendorSpecific… in sendHciVendorSpecificCommand()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_BluetoothHciVendorSpecific.cpp43 void onCommandStatus(uint16_t ocf, uint8_t status, Cookie cookie) override { in onCommandStatus()
62 void onCommandComplete(uint16_t ocf, std::vector<uint8_t> return_parameters, in onCommandComplete()
159 static void sendCommandNative(JNIEnv* env, jobject /* obj */, jint ocf, jbyteArray parametersArray, in sendCommandNative()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_adv_filter.cc90 static uint8_t btm_ble_ocf_to_condtype(uint8_t ocf) { in btm_ble_ocf_to_condtype()