Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_request.c1602 cp.primary_phy = HCI_ADV_PHY_1M; in __hci_req_setup_ext_adv_instance()
1609 cp.primary_phy = HCI_ADV_PHY_1M; in __hci_req_setup_ext_adv_instance()
1610 cp.secondary_phy = HCI_ADV_PHY_1M; in __hci_req_setup_ext_adv_instance()
Dhci_conn.c891 cp.primary_phy = HCI_ADV_PHY_1M; in hci_req_directed_advertising()
892 cp.secondary_phy = HCI_ADV_PHY_1M; in hci_req_directed_advertising()
/Linux-v4.19/include/net/bluetooth/
Dhci.h1622 #define HCI_ADV_PHY_1M 0X01 macro