ble:set a esp api to get size of controller send packets buffer.

This commit is contained in:
gengyuchao
2020-01-10 16:32:47 +08:00
parent 189cd21660
commit 3366467980
5 changed files with 14 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ extern "C" {
extern esp_err_t esp_ble_gatt_set_local_mtu (uint16_t mtu);
#if (BLE_INCLUDED == TRUE)
extern uint16_t L2CA_GetFreePkgBufferNum(void);
extern uint16_t esp_ble_get_sendable_packets_num (void);
#endif
#ifdef __cplusplus