forked from espressif/arduino-esp32
Update IDF libs to 9314bf0
This commit is contained in:
@ -179,7 +179,7 @@ typedef UINT8 tBTM_BLE_SFP;
|
||||
|
||||
/* default supervision timeout */
|
||||
#ifndef BTM_BLE_CONN_TIMEOUT_DEF
|
||||
#define BTM_BLE_CONN_TIMEOUT_DEF 2000
|
||||
#define BTM_BLE_CONN_TIMEOUT_DEF 600
|
||||
#endif
|
||||
|
||||
/* minimum acceptable connection interval */
|
||||
@ -310,6 +310,7 @@ typedef void (tBTM_RAND_ENC_CB) (tBTM_RAND_ENC *p1);
|
||||
|
||||
typedef UINT32 tBTM_BLE_AD_MASK;
|
||||
|
||||
/* relate to ESP_BLE_AD_TYPE_xxx in esp_gap_ble_api.h */
|
||||
#define BTM_BLE_AD_TYPE_FLAG HCI_EIR_FLAGS_TYPE /* 0x01 */
|
||||
#define BTM_BLE_AD_TYPE_16SRV_PART HCI_EIR_MORE_16BITS_UUID_TYPE /* 0x02 */
|
||||
#define BTM_BLE_AD_TYPE_16SRV_CMPL HCI_EIR_COMPLETE_16BITS_UUID_TYPE /* 0x03 */
|
||||
@ -1190,7 +1191,7 @@ tBTM_STATUS BTM_BleWriteScanRspRaw(UINT8 *p_raw_scan_rsp, UINT32 raw_scan_rsp_le
|
||||
**
|
||||
*******************************************************************************/
|
||||
//extern
|
||||
tBTM_STATUS BTM_BleObserve(BOOLEAN start, UINT8 duration,
|
||||
tBTM_STATUS BTM_BleObserve(BOOLEAN start, UINT32 duration,
|
||||
tBTM_INQ_RESULTS_CB *p_results_cb, tBTM_CMPL_CB *p_cmpl_cb);
|
||||
|
||||
|
||||
@ -1532,6 +1533,8 @@ UINT16 BTM_BleReadDiscoverability();
|
||||
//extern
|
||||
UINT16 BTM_BleReadConnectability ();
|
||||
|
||||
void BTM_Recovery_Pre_State(void);
|
||||
|
||||
/*******************************************************************************
|
||||
**
|
||||
** Function BTM_ReadDevInfo
|
||||
|
Reference in New Issue
Block a user