mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-13 21:55:07 +00:00
component/bt : main api
1. use blufi check main api ok
This commit is contained in:
16
components/bt/bluedroid/api/include/esp_bt_main.h
Normal file
16
components/bt/bluedroid/api/include/esp_bt_main.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef __ESP_BT_MAIN_H__
|
||||
#define __ESP_BT_MAIN_H__
|
||||
|
||||
#include "btc_main.h"
|
||||
#include "esp_err.h"
|
||||
|
||||
esp_err_t esp_enable_bluetooth(esp_bt_sec_cb_t *p_cback);
|
||||
|
||||
esp_err_t esp_disable_bluetooth(void);
|
||||
|
||||
esp_err_t esp_init_bluetooth(bluetooth_init_cb_t cb);
|
||||
|
||||
void esp_deinit_bluetooth(void);
|
||||
|
||||
|
||||
#endif /* __ESP_BT_MAIN_H__ */
|
Reference in New Issue
Block a user