feat(ble): Add functions to monitor ble adv packets report

This commit is contained in:
xiewenxiang 2022-07-04 15:40:04 +08:00
parent ac9caecc99
commit f07768413f
2 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4974067d98b3d3672dcff14419fbf5592138489c Subproject commit e501053ab1de292885de0c1a891a4d011219eb3c

View File

@ -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 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 * @brief Get bluetooth stack status
* *