Home
last modified time | relevance | path

Searched refs:HCI_ADV_PHY_1M (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/bluetooth/
Dhci_request.c1622 cp.primary_phy = HCI_ADV_PHY_1M; in __hci_req_setup_ext_adv_instance()
1629 cp.primary_phy = HCI_ADV_PHY_1M; in __hci_req_setup_ext_adv_instance()
1630 cp.secondary_phy = HCI_ADV_PHY_1M; in __hci_req_setup_ext_adv_instance()
Dhci_conn.c894 cp.primary_phy = HCI_ADV_PHY_1M; in hci_req_directed_advertising()
895 cp.secondary_phy = HCI_ADV_PHY_1M; in hci_req_directed_advertising()
/Linux-v5.4/include/net/bluetooth/
Dhci.h1669 #define HCI_ADV_PHY_1M 0X01 macro