Home
last modified time | relevance | path

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

/haiku/src/servers/bluetooth/
H A DLocalDeviceHandler.cpp90 int16 opcodeFound; in ClearWantedEvent() local
106 if ((msg->FindInt16("opcodeExpected", eventIndex, &opcodeFound) == B_OK) in ClearWantedEvent()
107 && ((uint16)opcodeFound == opcode)) { in ClearWantedEvent()
140 int16 opcodeFound; in FindPetition() local
158 if (msg->FindInt16("opcodeExpected", eventIndex, &opcodeFound) in FindPetition()
161 if ((uint16)opcodeFound != opcode) { in FindPetition()