component/bt: Change the duration type from UINT8 to UINT32

This commit is contained in:
Yulong
2017-06-03 01:00:10 -04:00
parent 77a53e528a
commit a42bf640bc
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2127,7 +2127,7 @@ void BTA_DmCloseACL(BD_ADDR bd_addr, BOOLEAN remove_dev, tBTA_TRANSPORT transpor
** Returns void.
**
*******************************************************************************/
extern void BTA_DmBleObserve(BOOLEAN start, UINT8 duration,
extern void BTA_DmBleObserve(BOOLEAN start, UINT32 duration,
tBTA_DM_SEARCH_CBACK *p_results_cb,
tBTA_START_STOP_SCAN_CMPL_CBACK *p_start_stop_scan_cb)
{