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

customer/11kv_v4.0_xiaomi
xiewenxiang 2022-07-04 15:40:04 +08:00
rodzic ac9caecc99
commit f07768413f
2 zmienionych plików z 5 dodań i 1 usunięć

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

Wyświetl plik

@ -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
*