mirror of https://github.com/ARMmbed/mbed-os.git
fixed pal name of oob request
parent
b60a464785
commit
c3b434b3a2
|
@ -333,7 +333,7 @@ public:
|
||||||
* @note shall be followed by: pal::SecurityManager::oob_data_request_reply
|
* @note shall be followed by: pal::SecurityManager::oob_data_request_reply
|
||||||
* or a cancellation of the procedure.
|
* or a cancellation of the procedure.
|
||||||
*/
|
*/
|
||||||
virtual void on_oob_data_request(connection_handle_t connection) = 0;
|
virtual void on_oob_request(connection_handle_t connection) = 0;
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in New Issue