2021-08-05 03:02:30 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2022-01-15 23:23:57 +01:00
< meta name = "generator" content = "Doxygen 1.9.1" / >
2021-08-05 03:02:30 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2022-01-15 23:23:57 +01:00
< title > esp-nimble-cpp: NimBLECharacteristicCallbacks Class Reference< / title >
2021-08-05 03:02:30 +02:00
< 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 >
< tr style = "height: 56px;" >
< td id = "projectalign" style = "padding-left: 0.5em;" >
2022-01-15 23:23:57 +01:00
< div id = "projectname" > esp-nimble-cpp
2022-10-30 18:19:11 +01:00
  < span id = "projectnumber" > 1.4.1< / span >
2021-08-05 03:02:30 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2022-01-15 23:23:57 +01:00
<!-- Generated by Doxygen 1.9.1 -->
2021-08-05 03:02:30 +02:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */< / script >
< 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" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('class_nim_b_l_e_characteristic_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" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "class_nim_b_l_e_characteristic_callbacks-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > NimBLECharacteristicCallbacks Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > Callbacks that can be associated with a BLE characteristic to inform of events.
< a href = "class_nim_b_l_e_characteristic_callbacks.html#details" > More...< / a > < / p >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
< tr class = "memitem:a104baba3c4bbdee7aa28273d265e4c6f" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_nim_b_l_e_characteristic_callbacks.html#a104baba3c4bbdee7aa28273d265e4c6f" > Status< / a > < / td > < / tr >
< tr class = "memdesc:a104baba3c4bbdee7aa28273d265e4c6f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > An enum to provide the callback the status of the notification/indication, implemented for backward compatibility. < a href = "class_nim_b_l_e_characteristic_callbacks.html#a104baba3c4bbdee7aa28273d265e4c6f" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a104baba3c4bbdee7aa28273d265e4c6f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a523904b8d39e364db094f623403bad93" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_nim_b_l_e_characteristic_callbacks.html#a523904b8d39e364db094f623403bad93" > onRead< / a > (< a class = "el" href = "class_nim_b_l_e_characteristic.html" > NimBLECharacteristic< / a > *pCharacteristic)< / td > < / tr >
< tr class = "memdesc:a523904b8d39e364db094f623403bad93" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Callback function to support a read request. < a href = "class_nim_b_l_e_characteristic_callbacks.html#a523904b8d39e364db094f623403bad93" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a523904b8d39e364db094f623403bad93" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acae83420ae378277c225ce465f979f88" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_nim_b_l_e_characteristic_callbacks.html#acae83420ae378277c225ce465f979f88" > onRead< / a > (< a class = "el" href = "class_nim_b_l_e_characteristic.html" > NimBLECharacteristic< / a > *pCharacteristic, ble_gap_conn_desc *desc)< / td > < / tr >
< tr class = "memdesc:acae83420ae378277c225ce465f979f88" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Callback function to support a read request. < a href = "class_nim_b_l_e_characteristic_callbacks.html#acae83420ae378277c225ce465f979f88" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:acae83420ae378277c225ce465f979f88" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aac7caf4a80da061b5beda5ebcd214fc3" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_nim_b_l_e_characteristic_callbacks.html#aac7caf4a80da061b5beda5ebcd214fc3" > onWrite< / a > (< a class = "el" href = "class_nim_b_l_e_characteristic.html" > NimBLECharacteristic< / a > *pCharacteristic)< / td > < / tr >
< tr class = "memdesc:aac7caf4a80da061b5beda5ebcd214fc3" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Callback function to support a write request. < a href = "class_nim_b_l_e_characteristic_callbacks.html#aac7caf4a80da061b5beda5ebcd214fc3" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aac7caf4a80da061b5beda5ebcd214fc3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a303a44a2efad76d54d67955fcb7b05d7" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_nim_b_l_e_characteristic_callbacks.html#a303a44a2efad76d54d67955fcb7b05d7" > onWrite< / a > (< a class = "el" href = "class_nim_b_l_e_characteristic.html" > NimBLECharacteristic< / a > *pCharacteristic, ble_gap_conn_desc *desc)< / td > < / tr >
< tr class = "memdesc:a303a44a2efad76d54d67955fcb7b05d7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Callback function to support a write request. < a href = "class_nim_b_l_e_characteristic_callbacks.html#a303a44a2efad76d54d67955fcb7b05d7" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a303a44a2efad76d54d67955fcb7b05d7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a185eb5298cc042f1aceeba21caf0dcc9" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_nim_b_l_e_characteristic_callbacks.html#a185eb5298cc042f1aceeba21caf0dcc9" > onNotify< / a > (< a class = "el" href = "class_nim_b_l_e_characteristic.html" > NimBLECharacteristic< / a > *pCharacteristic)< / td > < / tr >
< tr class = "memdesc:a185eb5298cc042f1aceeba21caf0dcc9" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Callback function to support a Notify request. < a href = "class_nim_b_l_e_characteristic_callbacks.html#a185eb5298cc042f1aceeba21caf0dcc9" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a185eb5298cc042f1aceeba21caf0dcc9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab17e7c61723a33cd3c922e3ca9c20f1e" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_nim_b_l_e_characteristic_callbacks.html#ab17e7c61723a33cd3c922e3ca9c20f1e" > onStatus< / a > (< a class = "el" href = "class_nim_b_l_e_characteristic.html" > NimBLECharacteristic< / a > *pCharacteristic, < a class = "el" href = "class_nim_b_l_e_characteristic_callbacks.html#a104baba3c4bbdee7aa28273d265e4c6f" > Status< / a > s, int code)< / td > < / tr >
< tr class = "memdesc:ab17e7c61723a33cd3c922e3ca9c20f1e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Callback function to support a Notify/Indicate Status report. < a href = "class_nim_b_l_e_characteristic_callbacks.html#ab17e7c61723a33cd3c922e3ca9c20f1e" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ab17e7c61723a33cd3c922e3ca9c20f1e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3c0c0f524bc0d00d24a7c5ea92c5cb7e" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_nim_b_l_e_characteristic_callbacks.html#a3c0c0f524bc0d00d24a7c5ea92c5cb7e" > onSubscribe< / a > (< a class = "el" href = "class_nim_b_l_e_characteristic.html" > NimBLECharacteristic< / a > *pCharacteristic, ble_gap_conn_desc *desc, uint16_t subValue)< / td > < / tr >
< tr class = "memdesc:a3c0c0f524bc0d00d24a7c5ea92c5cb7e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Callback function called when a client changes subscription status. < a href = "class_nim_b_l_e_characteristic_callbacks.html#a3c0c0f524bc0d00d24a7c5ea92c5cb7e" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a3c0c0f524bc0d00d24a7c5ea92c5cb7e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < p > Callbacks that can be associated with a BLE characteristic to inform of events. < / p >
< p > When a server application creates a BLE characteristic, we may wish to be informed when there is either a read or write request to the characteristic's value. An application can register a sub-classed instance of this class and will be notified when such an event happens. < / p >
< / div > < h2 class = "groupheader" > Member Enumeration Documentation< / h2 >
< a id = "a104baba3c4bbdee7aa28273d265e4c6f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a104baba3c4bbdee7aa28273d265e4c6f" > ◆ < / a > < / span > Status< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > enum < a class = "el" href = "class_nim_b_l_e_characteristic_callbacks.html#a104baba3c4bbdee7aa28273d265e4c6f" > NimBLECharacteristicCallbacks::Status< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > An enum to provide the callback the status of the notification/indication, implemented for backward compatibility. < / p >
< dl class = "deprecated" > < dt > < b > < a class = "el" href = "deprecated.html#_deprecated000002" > Deprecated:< / a > < / b > < / dt > < dd > To be removed in the future as the NimBLE stack return code is also provided. < / dd > < / dl >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "a185eb5298cc042f1aceeba21caf0dcc9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a185eb5298cc042f1aceeba21caf0dcc9" > ◆ < / a > < / span > onNotify()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void NimBLECharacteristicCallbacks::onNotify < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "class_nim_b_l_e_characteristic.html" > NimBLECharacteristic< / a > *  < / td >
< td class = "paramname" > < em > pCharacteristic< / em > < / 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 > Callback function to support a Notify request. < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > pCharacteristic< / td > < td > The characteristic that is the source of the event. < / td > < / tr >
< / table >
< / dd >
< / dl >
< / div >
< / div >
< a id = "a523904b8d39e364db094f623403bad93" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a523904b8d39e364db094f623403bad93" > ◆ < / a > < / span > onRead() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void NimBLECharacteristicCallbacks::onRead < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "class_nim_b_l_e_characteristic.html" > NimBLECharacteristic< / a > *  < / td >
< td class = "paramname" > < em > pCharacteristic< / em > < / 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 > Callback function to support a read request. < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > pCharacteristic< / td > < td > The characteristic that is the source of the event. < / td > < / tr >
< / table >
< / dd >
< / dl >
< / div >
< / div >
< a id = "acae83420ae378277c225ce465f979f88" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acae83420ae378277c225ce465f979f88" > ◆ < / a > < / span > onRead() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void NimBLECharacteristicCallbacks::onRead < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "class_nim_b_l_e_characteristic.html" > NimBLECharacteristic< / a > *  < / td >
< td class = "paramname" > < em > pCharacteristic< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > ble_gap_conn_desc *  < / td >
< td class = "paramname" > < em > desc< / 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 > Callback function to support a read request. < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > pCharacteristic< / td > < td > The characteristic that is the source of the event. < / td > < / tr >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > desc< / td > < td > The connection description struct that is associated with the peer that performed the read. < / td > < / tr >
< / table >
< / dd >
< / dl >
< / div >
< / div >
< a id = "ab17e7c61723a33cd3c922e3ca9c20f1e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab17e7c61723a33cd3c922e3ca9c20f1e" > ◆ < / a > < / span > onStatus()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void NimBLECharacteristicCallbacks::onStatus < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "class_nim_b_l_e_characteristic.html" > NimBLECharacteristic< / a > *  < / td >
< td class = "paramname" > < em > pCharacteristic< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "class_nim_b_l_e_characteristic_callbacks.html#a104baba3c4bbdee7aa28273d265e4c6f" > Status< / a >   < / td >
< td class = "paramname" > < em > s< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > code< / 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 > Callback function to support a Notify/Indicate Status report. < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > pCharacteristic< / td > < td > The characteristic that is the source of the event. < / td > < / tr >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > s< / td > < td > Status of the notification/indication. < / td > < / tr >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > code< / td > < td > Additional return code from the NimBLE stack. < / td > < / tr >
< / table >
< / dd >
< / dl >
< / div >
< / div >
< a id = "a3c0c0f524bc0d00d24a7c5ea92c5cb7e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3c0c0f524bc0d00d24a7c5ea92c5cb7e" > ◆ < / a > < / span > onSubscribe()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void NimBLECharacteristicCallbacks::onSubscribe < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "class_nim_b_l_e_characteristic.html" > NimBLECharacteristic< / a > *  < / td >
< td class = "paramname" > < em > pCharacteristic< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > ble_gap_conn_desc *  < / td >
< td class = "paramname" > < em > desc< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > uint16_t  < / td >
< td class = "paramname" > < em > subValue< / 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 > Callback function called when a client changes subscription status. < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > pCharacteristic< / td > < td > The characteristic that is the source of the event. < / td > < / tr >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > desc< / td > < td > The connection description struct that is associated with the client. < / td > < / tr >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > subValue< / td > < td > The subscription status:< ul >
< li > 0 = Un-Subscribed< / li >
< li > 1 = Notifications< / li >
< li > 2 = Indications< / li >
< li > 3 = Notifications and Indications < / li >
< / ul >
< / td > < / tr >
< / table >
< / dd >
< / dl >
< / div >
< / div >
< a id = "aac7caf4a80da061b5beda5ebcd214fc3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aac7caf4a80da061b5beda5ebcd214fc3" > ◆ < / a > < / span > onWrite() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void NimBLECharacteristicCallbacks::onWrite < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "class_nim_b_l_e_characteristic.html" > NimBLECharacteristic< / a > *  < / td >
< td class = "paramname" > < em > pCharacteristic< / em > < / 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 > Callback function to support a write request. < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > pCharacteristic< / td > < td > The characteristic that is the source of the event. < / td > < / tr >
< / table >
< / dd >
< / dl >
< / div >
< / div >
< a id = "a303a44a2efad76d54d67955fcb7b05d7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a303a44a2efad76d54d67955fcb7b05d7" > ◆ < / a > < / span > onWrite() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void NimBLECharacteristicCallbacks::onWrite < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "class_nim_b_l_e_characteristic.html" > NimBLECharacteristic< / a > *  < / td >
< td class = "paramname" > < em > pCharacteristic< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > ble_gap_conn_desc *  < / td >
< td class = "paramname" > < em > desc< / 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 > Callback function to support a write request. < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > pCharacteristic< / td > < td > The characteristic that is the source of the event. < / td > < / tr >
< tr > < td class = "paramdir" > [in]< / td > < td class = "paramname" > desc< / td > < td > The connection description struct that is associated with the peer that performed the write. < / td > < / tr >
< / 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_characteristic_callbacks.html" > NimBLECharacteristicCallbacks< / a > < / li >
2022-01-15 23:23:57 +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.1 < / li >
2021-08-05 03:02:30 +02:00
< / ul >
< / div >
< / body >
< / html >