Searched defs:ocf (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | BluetoothHciVendorSpecificNativeInterface.java | 60 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()
|
D | AdapterServiceBinder.java | 2027 int ocf, byte[] parameters, IBluetoothHciVendorSpecificCallback callback) { in sendHciVendorSpecificCommand()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hci_vs.cc | 43 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/ |
D | IBluetoothHciVendorSpecificCallback.aidl | 23 void onCommandStatus(int ocf, in int status); in onCommandStatus() 24 void onCommandComplete(int ocf, in byte[] returnParameters); in onCommandComplete()
|
D | IBluetooth.aidl | 309 …void sendHciVendorSpecificCommand(in int ocf, in byte[] parameters, in IBluetoothHciVendorSpecific… in sendHciVendorSpecificCommand()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_BluetoothHciVendorSpecific.cpp | 43 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/ |
D | btm_ble_adv_filter.cc | 90 static uint8_t btm_ble_ocf_to_condtype(uint8_t ocf) { in btm_ble_ocf_to_condtype()
|