Home
last modified time | relevance | path

Searched refs:MGMT_ADV_FLAG_SEC_1M (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/net/bluetooth/
Dmgmt.h565 #define MGMT_ADV_FLAG_SEC_1M BIT(7) macro
569 #define MGMT_ADV_FLAG_SEC_MASK (MGMT_ADV_FLAG_SEC_1M | MGMT_ADV_FLAG_SEC_2M | \
/Linux-v4.19/net/bluetooth/
Dmgmt.c6337 flags |= MGMT_ADV_FLAG_SEC_1M; in get_supported_adv_flags()