Component/bt: add new api to get connection parameters

This commit is contained in:
zhiweijian
2019-05-23 14:44:16 +08:00
committed by bot
parent 0521296264
commit 76b3a64b76
16 changed files with 160 additions and 6 deletions

View File

@@ -506,6 +506,8 @@ void btm_set_random_address(BD_ADDR random_bda);
void btm_ble_set_keep_rfu_in_auth_req(BOOLEAN keep_rfu);
#endif
BOOLEAN btm_get_current_conn_params(BD_ADDR bda, UINT16 *interval, UINT16 *latency, UINT16 *timeout);
/*
#ifdef __cplusplus
}