mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
component/bt: bugfix of error when entering sniff mode with attempt large than 0xFF
This commit is contained in:
@ -275,7 +275,10 @@ BOOLEAN btsnd_hcic_hold_mode(UINT16 handle, UINT16 max_hold_period,
|
||||
#define HCI_HOLD_MODE_MIN_PER_OFF 4
|
||||
/* Hold Mode */
|
||||
|
||||
/* Sniff Mode */
|
||||
/**
|
||||
* Sniff Mode
|
||||
* sniff_attempt should no more than 0xFF
|
||||
*/
|
||||
BOOLEAN btsnd_hcic_sniff_mode(UINT16 handle,
|
||||
UINT16 max_sniff_period,
|
||||
UINT16 min_sniff_period,
|
||||
|
Submodule components/bt/lib updated: c1d636cb6c...62cabd5b6f
Reference in New Issue
Block a user