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.c919 cp.primary_phy = HCI_ADV_PHY_1M; in hci_req_directed_advertising()
920 cp.secondary_phy = HCI_ADV_PHY_1M; in hci_req_directed_advertising()
Dhci_request.c2051 cp.primary_phy = HCI_ADV_PHY_1M; in __hci_req_setup_ext_adv_instance()
2058 cp.primary_phy = HCI_ADV_PHY_1M; in __hci_req_setup_ext_adv_instance()
2059 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