Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Dhci_conn.c965 cp.primary_phy = HCI_ADV_PHY_1M; in hci_req_directed_advertising()
966 cp.secondary_phy = HCI_ADV_PHY_1M; in hci_req_directed_advertising()
Dhci_request.c2244 cp.primary_phy = HCI_ADV_PHY_1M; in __hci_req_setup_ext_adv_instance()
2251 cp.primary_phy = HCI_ADV_PHY_1M; in __hci_req_setup_ext_adv_instance()
2252 cp.secondary_phy = HCI_ADV_PHY_1M; in __hci_req_setup_ext_adv_instance()
/Linux-v5.15/include/net/bluetooth/
Dhci.h1756 #define HCI_ADV_PHY_1M 0X01 macro