mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(bt/bluedroid): Optimize the description of Scan Duplicate in BLE
This commit is contained in:
parent
2d8207523a
commit
ac87d24969
@ -263,20 +263,19 @@ choice BT_CTRL_SCAN_DUPL_TYPE
|
|||||||
config BT_CTRL_SCAN_DUPL_TYPE_DEVICE
|
config BT_CTRL_SCAN_DUPL_TYPE_DEVICE
|
||||||
bool "Scan Duplicate By Device Address"
|
bool "Scan Duplicate By Device Address"
|
||||||
help
|
help
|
||||||
This way is to use advertiser address filtering. The adv packet of the same address is only
|
Advertising packets with the same address, address type, and advertising type are reported once.
|
||||||
allowed to be reported once
|
|
||||||
|
|
||||||
config BT_CTRL_SCAN_DUPL_TYPE_DATA
|
config BT_CTRL_SCAN_DUPL_TYPE_DATA
|
||||||
bool "Scan Duplicate By Advertising Data"
|
bool "Scan Duplicate By Advertising Data"
|
||||||
help
|
help
|
||||||
This way is to use advertising data filtering. All same advertising data only allow to be reported
|
Advertising packets with identical advertising data, address type, and advertising type
|
||||||
once even though they are from different devices.
|
are reported only once, even if they originate from different devices.
|
||||||
|
|
||||||
config BT_CTRL_SCAN_DUPL_TYPE_DATA_DEVICE
|
config BT_CTRL_SCAN_DUPL_TYPE_DATA_DEVICE
|
||||||
bool "Scan Duplicate By Device Address And Advertising Data"
|
bool "Scan Duplicate By Device Address And Advertising Data"
|
||||||
help
|
help
|
||||||
This way is to use advertising data and device address filtering. All different adv packets with
|
Advertising packets with the same address, advertising data, address type,
|
||||||
the same address are allowed to be reported.
|
and advertising type are reported only once.
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config BT_CTRL_SCAN_DUPL_TYPE
|
config BT_CTRL_SCAN_DUPL_TYPE
|
||||||
|
Loading…
Reference in New Issue
Block a user