Home
last modified time | relevance | path

Searched refs:ofg (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/private/bluetooth/
H A DCommandManager.h69 NonParameterCommandRequest(uint8 ofg, uint8 ocf, int32* result, hci_id hId,
74 SingleParameterCommandRequest(uint8 ofg, uint8 ocf, PARAMETERTYPE parameter, in SingleParameterCommandRequest() argument
80 simpleCommand(ofg, ocf); in SingleParameterCommandRequest()
93 request.AddInt16("opcodeExpected", PACK_OPCODE(ofg, ocf)); in SingleParameterCommandRequest()
/haiku/src/kits/bluetooth/
H A DCommandManager.cpp48 NonParameterCommandRequest(uint8 ofg, uint8 ocf, int32* result, hci_id hId, in NonParameterCommandRequest() argument
54 BluetoothCommand<> simpleCommand(ofg, ocf); in NonParameterCommandRequest()
63 request.AddInt16("opcodeExpected", PACK_OPCODE(ofg, ocf)); in NonParameterCommandRequest()