Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
Public Member Functions | |
NopGattServerHandler () noexcept=default | |
~NopGattServerHandler () 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 58 of file BTGattServerHandler.cpp.
|
defaultnoexcept |
|
inlineoverride |
Definition at line 65 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 67 of file BTGattServerHandler.cpp.
|
inlineoverridevirtualnoexcept |
Implements direct_bt::BTGattHandler::GattServerHandler.
Definition at line 69 of file BTGattServerHandler.cpp.
|
inlineoverridevirtualnoexcept |
Reply to an exchange MTU request.
pdu |
Implements direct_bt::BTGattHandler::GattServerHandler.
Definition at line 71 of file BTGattServerHandler.cpp.
|
inlineoverridevirtualnoexcept |
Reply to a read request.
pdu |
Implements direct_bt::BTGattHandler::GattServerHandler.
Definition at line 76 of file BTGattServerHandler.cpp.
|
inlineoverridevirtualnoexcept |
Reply to a write request.
Without Response:
With Response:
pdu |
Implements direct_bt::BTGattHandler::GattServerHandler.
Definition at line 81 of file BTGattServerHandler.cpp.
|
inlineoverridevirtualnoexcept |
Reply to a find info request.
pdu |
Implements direct_bt::BTGattHandler::GattServerHandler.
Definition at line 86 of file BTGattServerHandler.cpp.
|
inlineoverridevirtualnoexcept |
Reply to a find by type value request.
pdu |
Implements direct_bt::BTGattHandler::GattServerHandler.
Definition at line 91 of file BTGattServerHandler.cpp.
|
inlineoverridevirtualnoexcept |
Reply to a read by type request.
pdu |
Implements direct_bt::BTGattHandler::GattServerHandler.
Definition at line 96 of file BTGattServerHandler.cpp.
|
inlineoverridevirtualnoexcept |
Reply to a read by group type request.
pdu |
Implements direct_bt::BTGattHandler::GattServerHandler.
Definition at line 101 of file BTGattServerHandler.cpp.