Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_conn.c921 cp.primary_phy = HCI_ADV_PHY_1M; in hci_req_directed_advertising()
922 cp.secondary_phy = HCI_ADV_PHY_1M; in hci_req_directed_advertising()
Dhci_request.c2167 cp.primary_phy = HCI_ADV_PHY_1M; in __hci_req_setup_ext_adv_instance()
2174 cp.primary_phy = HCI_ADV_PHY_1M; in __hci_req_setup_ext_adv_instance()
2175 cp.secondary_phy = HCI_ADV_PHY_1M; in __hci_req_setup_ext_adv_instance()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h1754 #define HCI_ADV_PHY_1M 0X01 macro