fixed pal name of oob request

pull/6188/head
paul-szczepanek-arm 2018-01-19 10:40:59 +00:00
parent b60a464785
commit c3b434b3a2
1 changed files with 1 additions and 1 deletions
features/FEATURE_BLE/ble/pal

View File

@ -333,7 +333,7 @@ public:
* @note shall be followed by: pal::SecurityManager::oob_data_request_reply
* 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;
////////////////////////////////////////////////////////////////////////////