Home
last modified time | relevance | path

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

/haiku/src/add-ons/bluetooth/ResetLocalDevice/
H A DResetLocalDevice.cpp52 BluetoothCommand<> Reset(OGF_CONTROL_BASEBAND, OCF_RESET); in TakeAction()
60 request.AddInt16("opcodeExpected", PACK_OPCODE(OGF_CONTROL_BASEBAND, OCF_RESET)); in TakeAction()
/haiku/src/kits/bluetooth/
H A DLocalDevice.cpp533 BluetoothCommand<> Reset(OGF_CONTROL_BASEBAND, OCF_RESET); in Reset()
542 OCF_RESET)); in Reset()
H A DCommandManager.cpp84 return buildCommand(OGF_CONTROL_BASEBAND, OCF_RESET, in buildReset()
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_command.h62 #define OCF_RESET 0x0003 macro
/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp680 case PACK_OPCODE(OGF_CONTROL_BASEBAND, OCF_RESET): in CommandComplete()