2022-07-31 19:38:16 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2024-12-15 01:45:58 +01:00
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en-US" >
2022-07-31 19:38:16 +02:00
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
2024-12-15 01:45:58 +01:00
< meta http-equiv = "X-UA-Compatible" content = "IE=11" / >
< meta name = "generator" content = "Doxygen 1.9.8" / >
2022-07-31 19:38:16 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > esp-nimble-cpp: NimBLEExtAdvertisingCallbacks Class Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
2024-12-15 01:45:58 +01:00
< tr id = "projectrow" >
< td id = "projectalign" >
< div id = "projectname" > esp-nimble-cpp< span id = "projectnumber" >   2.0.0< / span >
2022-07-31 19:38:16 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2024-12-15 01:45:58 +01:00
<!-- Generated by Doxygen 1.9.8 -->
2022-07-31 19:38:16 +02:00
< script type = "text/javascript" >
2024-12-15 01:45:58 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
2022-07-31 19:38:16 +02:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
2024-12-15 01:45:58 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2022-07-31 19:38:16 +02:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2024-12-15 01:45:58 +01:00
/* @license-end */
< / script >
2022-07-31 19:38:16 +02:00
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
2024-12-15 01:45:58 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2022-07-31 19:38:16 +02:00
$(document).ready(function(){initNavTree('class_nim_b_l_e_ext_advertising_callbacks.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
2024-12-15 01:45:58 +01:00
< div id = "MSearchResults" >
< div class = "SRPage" >
< div id = "SRIndex" >
< div id = "SRResults" > < / div >
< div class = "SRStatus" id = "Loading" > Loading...< / div >
< div class = "SRStatus" id = "Searching" > Searching...< / div >
< div class = "SRStatus" id = "NoMatches" > No Matches< / div >
< / div >
< / div >
< / div >
2022-07-31 19:38:16 +02:00
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "class_nim_b_l_e_ext_advertising_callbacks-members.html" > List of all members< / a > < / div >
2024-12-15 01:45:58 +01:00
< div class = "headertitle" > < div class = "title" > NimBLEExtAdvertisingCallbacks Class Reference< / div > < / div >
2022-07-31 19:38:16 +02:00
< / div > <!-- header -->
< div class = "contents" >
< p > Callbacks associated with < a class = "el" href = "class_nim_b_l_e_ext_advertising.html" title = "Extended advertising class." > NimBLEExtAdvertising< / a > class.
< a href = "class_nim_b_l_e_ext_advertising_callbacks.html#details" > More...< / a > < / p >
2024-12-15 01:45:58 +01:00
< p > < code > #include < < a class = "el" href = "_nim_b_l_e_ext_advertising_8h_source.html" > NimBLEExtAdvertising.h< / a > > < / code > < / p >
2022-07-31 19:38:16 +02:00
< table class = "memberdecls" >
2024-12-15 01:45:58 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "pub-methods" name = "pub-methods" > < / a >
2022-07-31 19:38:16 +02:00
Public Member Functions< / h2 > < / td > < / tr >
2024-12-15 01:45:58 +01:00
< tr class = "memitem:add0646acf63c19e96c499b737144d8fe" id = "r_add0646acf63c19e96c499b737144d8fe" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_nim_b_l_e_ext_advertising_callbacks.html#add0646acf63c19e96c499b737144d8fe" > onStopped< / a > (< a class = "el" href = "class_nim_b_l_e_ext_advertising.html" > NimBLEExtAdvertising< / a > *pAdv, int reason, uint8_t instId)< / td > < / tr >
< tr class = "memdesc:add0646acf63c19e96c499b737144d8fe" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Handle an advertising stop event. < br / > < / td > < / tr >
< tr class = "separator:add0646acf63c19e96c499b737144d8fe" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aeec59f9c28ef5e257e4e8fd306d92ccd" id = "r_aeec59f9c28ef5e257e4e8fd306d92ccd" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_nim_b_l_e_ext_advertising_callbacks.html#aeec59f9c28ef5e257e4e8fd306d92ccd" > onScanRequest< / a > (< a class = "el" href = "class_nim_b_l_e_ext_advertising.html" > NimBLEExtAdvertising< / a > *pAdv, uint8_t instId, < a class = "el" href = "class_nim_b_l_e_address.html" > NimBLEAddress< / a > addr)< / td > < / tr >
< tr class = "memdesc:aeec59f9c28ef5e257e4e8fd306d92ccd" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Handle a scan response request. This is called when a scanning device requests a scan response. < br / > < / td > < / tr >
< tr class = "separator:aeec59f9c28ef5e257e4e8fd306d92ccd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-07-31 19:38:16 +02:00
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < p > Callbacks associated with < a class = "el" href = "class_nim_b_l_e_ext_advertising.html" title = "Extended advertising class." > NimBLEExtAdvertising< / a > class. < / p >
< / div > < h2 class = "groupheader" > Member Function Documentation< / h2 >
2024-12-15 01:45:58 +01:00
< a id = "aeec59f9c28ef5e257e4e8fd306d92ccd" name = "aeec59f9c28ef5e257e4e8fd306d92ccd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aeec59f9c28ef5e257e4e8fd306d92ccd" > ◆   < / a > < / span > onScanRequest()< / h2 >
2022-07-31 19:38:16 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void NimBLEExtAdvertisingCallbacks::onScanRequest < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "class_nim_b_l_e_ext_advertising.html" > NimBLEExtAdvertising< / a > *  < / td >
< td class = "paramname" > < em > pAdv< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > uint8_t  < / td >
2024-12-15 01:45:58 +01:00
< td class = "paramname" > < em > instId< / em > , < / td >
2022-07-31 19:38:16 +02:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "class_nim_b_l_e_address.html" > NimBLEAddress< / a >   < / td >
< td class = "paramname" > < em > addr< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Handle a scan response request. This is called when a scanning device requests a scan response. < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > pAdv< / td > < td > A convenience pointer to the extended advertising interface. < / td > < / tr >
2024-12-15 01:45:58 +01:00
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > instId< / td > < td > The instance ID of the advertisement that the scan response request was made. < / td > < / tr >
2022-07-31 19:38:16 +02:00
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > addr< / td > < td > The address of the device making the request. < / td > < / tr >
< / table >
< / dd >
< / dl >
< / div >
< / div >
2024-12-15 01:45:58 +01:00
< a id = "add0646acf63c19e96c499b737144d8fe" name = "add0646acf63c19e96c499b737144d8fe" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#add0646acf63c19e96c499b737144d8fe" > ◆   < / a > < / span > onStopped()< / h2 >
2022-07-31 19:38:16 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void NimBLEExtAdvertisingCallbacks::onStopped < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "class_nim_b_l_e_ext_advertising.html" > NimBLEExtAdvertising< / a > *  < / td >
< td class = "paramname" > < em > pAdv< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > reason< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > uint8_t  < / td >
2024-12-15 01:45:58 +01:00
< td class = "paramname" > < em > instId< / em >   < / td >
2022-07-31 19:38:16 +02:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Handle an advertising stop event. < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > pAdv< / td > < td > A convenience pointer to the extended advertising interface. < / td > < / tr >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > reason< / td > < td > The reason code for stopping the advertising. < / td > < / tr >
2024-12-15 01:45:58 +01:00
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > instId< / td > < td > The instance ID of the advertisement that was stopped. < / td > < / tr >
2022-07-31 19:38:16 +02:00
< / table >
< / dd >
< / dl >
< / div >
< / div >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "class_nim_b_l_e_ext_advertising_callbacks.html" > NimBLEExtAdvertisingCallbacks< / a > < / li >
2024-12-15 01:45:58 +01:00
< li class = "footer" > Generated by < a href = "https://www.doxygen.org/index.html" > < img class = "footer" src = "doxygen.svg" width = "104" height = "31" alt = "doxygen" / > < / a > 1.9.8 < / li >
2022-07-31 19:38:16 +02:00
< / ul >
< / div >
< / body >
< / html >