Home
last modified time | relevance | path

Searched refs:BT_LE_AD_LIMITED (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-2.7.6/include/bluetooth/
Dgap.h62 #define BT_LE_AD_LIMITED 0x01 /* Limited Discoverable */ macro
/Zephyr-Core-2.7.6/subsys/bluetooth/
DKconfig.adv12 After this timeout is reached, advertisement with BT_LE_AD_LIMITED flag
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/
Dgap.c33 #define BT_LE_AD_DISCOV_MASK (BT_LE_AD_LIMITED | BT_LE_AD_GENERAL)
474 ad_flags &= ~(BT_LE_AD_GENERAL | BT_LE_AD_LIMITED); in set_discoverable()
478 ad_flags &= ~BT_LE_AD_LIMITED; in set_discoverable()
484 ad_flags |= BT_LE_AD_LIMITED; in set_discoverable()
702 !(flags & BT_LE_AD_LIMITED)) { in device_found()
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dadv.c611 if (ad[i].data[0] & BT_LE_AD_LIMITED) { in ad_is_limited()