Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
Public Member Functions | |
FwdGattServerHandler (BTGattHandler &gh_, BTDeviceRef fwdServer_) noexcept | |
~FwdGattServerHandler () override | |
void | close () noexcept override |
Close and clear this handler, i.e. More... | |
DBGattServer::Mode | getMode () noexcept override |
bool | replyExchangeMTUReq (const AttExchangeMTU *pdu) noexcept override |
Reply to an exchange MTU request. More... | |
bool | replyFindByTypeValueReq (const AttFindByTypeValueReq *pdu) noexcept override |
Reply to a find by type value request. More... | |
bool | replyFindInfoReq (const AttFindInfoReq *pdu) noexcept override |
Reply to a find info request. More... | |
bool | replyReadByGroupTypeReq (const AttReadByNTypeReq *pdu) noexcept override |
Reply to a read by group type request. More... | |
bool | replyReadByTypeReq (const AttReadByNTypeReq *pdu) noexcept override |
Reply to a read by type request. More... | |
bool | replyReadReq (const AttPDUMsg *pdu) noexcept override |
Reply to a read request. More... | |
bool | replyWriteReq (const AttPDUMsg *pdu) noexcept override |
Reply to a write request. More... | |
Public Member Functions inherited from direct_bt::BTGattHandler::GattServerHandler | |
virtual | ~GattServerHandler ()=default |
virtual void | close () noexcept |
Close and clear this handler, i.e. More... | |
virtual DBGattServer::Mode | getMode () noexcept=0 |
virtual bool | replyExchangeMTUReq (const AttExchangeMTU *pdu) noexcept=0 |
Reply to an exchange MTU request. More... | |
virtual bool | replyFindByTypeValueReq (const AttFindByTypeValueReq *pdu) noexcept=0 |
Reply to a find by type value request. More... | |
virtual bool | replyFindInfoReq (const AttFindInfoReq *pdu) noexcept=0 |
Reply to a find info request. More... | |
virtual bool | replyReadByGroupTypeReq (const AttReadByNTypeReq *pdu) noexcept=0 |
Reply to a read by group type request. More... | |
virtual bool | replyReadByTypeReq (const AttReadByNTypeReq *pdu) noexcept=0 |
Reply to a read by type request. More... | |
virtual bool | replyReadReq (const AttPDUMsg *pdu) noexcept=0 |
Reply to a read request. More... | |
virtual bool | replyWriteReq (const AttPDUMsg *pdu) noexcept=0 |
Reply to a write request. More... | |
Definition at line 978 of file BTGattServerHandler.cpp.
|
inlinenoexcept |
Definition at line 993 of file BTGattServerHandler.cpp.
|
inlineoverride |
Definition at line 999 of file BTGattServerHandler.cpp.
|
inlineoverridevirtualnoexcept |
Close and clear this handler, i.e.
release all resources.
Usually called when disconnected or destructed.
Reimplemented from direct_bt::BTGattHandler::GattServerHandler.
Definition at line 1001 of file BTGattServerHandler.cpp.
|
inlineoverridevirtualnoexcept |
Implements direct_bt::BTGattHandler::GattServerHandler.
Definition at line 1003 of file BTGattServerHandler.cpp.
|
inlineoverridevirtualnoexcept |
Reply to an exchange MTU request.
pdu |
Implements direct_bt::BTGattHandler::GattServerHandler.
Definition at line 1005 of file BTGattServerHandler.cpp.
|
inlineoverridevirtualnoexcept |
Reply to a write request.
Without Response:
With Response:
pdu |
Implements direct_bt::BTGattHandler::GattServerHandler.
Definition at line 1034 of file BTGattServerHandler.cpp.
|
inlineoverridevirtualnoexcept |
Reply to a read request.
pdu |
Implements direct_bt::BTGattHandler::GattServerHandler.
Definition at line 1174 of file BTGattServerHandler.cpp.
|
inlineoverridevirtualnoexcept |
Reply to a find info request.
pdu |
Implements direct_bt::BTGattHandler::GattServerHandler.
Definition at line 1230 of file BTGattServerHandler.cpp.
|
inlineoverridevirtualnoexcept |
Reply to a find by type value request.
pdu |
Implements direct_bt::BTGattHandler::GattServerHandler.
Definition at line 1247 of file BTGattServerHandler.cpp.
|
inlineoverridevirtualnoexcept |
Reply to a read by type request.
pdu |
Implements direct_bt::BTGattHandler::GattServerHandler.
Definition at line 1264 of file BTGattServerHandler.cpp.
|
inlineoverridevirtualnoexcept |
Reply to a read by group type request.
pdu |
Implements direct_bt::BTGattHandler::GattServerHandler.
Definition at line 1281 of file BTGattServerHandler.cpp.