mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
feat(ble): Add functions to monitor ble adv packets report
This commit is contained in:
parent
ac9caecc99
commit
f07768413f
@ -1 +1 @@
|
||||
Subproject commit 4974067d98b3d3672dcff14419fbf5592138489c
|
||||
Subproject commit e501053ab1de292885de0c1a891a4d011219eb3c
|
@ -39,6 +39,10 @@ typedef void (* hci_recv_fail_cb_t)(hci_recv_pkt_type_t type, uint16_t pkt_len,
|
||||
|
||||
extern esp_err_t esp_bt_register_hci_recv_fail_callback(hci_recv_fail_cb_t callback);
|
||||
|
||||
extern uint32_t get_lld_evt_sch_num(void);
|
||||
|
||||
extern uint32_t get_llm_adv_ind_num(void);
|
||||
|
||||
/**
|
||||
* @brief Get bluetooth stack status
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user