Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/bluetooth/
Dmgmt.h572 #define MGMT_ADV_FLAG_SEC_1M BIT(7) macro
583 #define MGMT_ADV_FLAG_SEC_MASK (MGMT_ADV_FLAG_SEC_1M | MGMT_ADV_FLAG_SEC_2M | \
/Linux-v6.1/net/bluetooth/
Dmgmt.c8387 flags |= MGMT_ADV_FLAG_SEC_1M; in get_supported_adv_flags()