Lines Matching refs:adv
318 …advertiser address filtering. The adv packet of the same address is only allowed to be reported on…
320 …data and device address filtering. All different adv packets with the same address are allowed to …
328 … This way is to use advertiser address filtering. The adv packet of the same address is only
340 … This way is to use advertising data and device address filtering. All different adv packets with
385 int "Maximum number of Mesh adv packets in scan duplicate filter"
390 Maximum number of adv packets which can be recorded in duplicate scan cache for BLE Mesh.
419 bool "BLE adv report flow control supported"
425 reports exceeds the size of BLE adv report flow control.
428 int "BLE adv report flow control number"
434 `BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM` to a small value, this may cause adv packets lost.
436 lot of adv packets and this may cause system memory run out. For example, if you set
438 `BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM` according to your system free memory and handle adv
439 packets as fast as possible, otherwise it will cause adv packets lost.
442 int "BLE adv lost event threshold value"
447 … When adv report flow control is enabled, The ADV lost event will be generated when the number
449 …If you set `BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD` to a small value or printf every adv lost event,…
450 may cause adv packets lost more.