Searched refs:HCI_OP_LE_SET_DEFAULT_PHY (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 1671 #define HCI_OP_LE_SET_DEFAULT_PHY 0x2031 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 1886 #define HCI_OP_LE_SET_DEFAULT_PHY 0x2031 macro
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 1166 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_DEFAULT_PHY); in hci_cc_le_set_default_phy() 3573 case HCI_OP_LE_SET_DEFAULT_PHY: in hci_cmd_complete_evt()
|
H A D | hci_core.c | 897 hci_req_add(req, HCI_OP_LE_SET_DEFAULT_PHY, sizeof(cp), &cp); in hci_init4_req()
|
H A D | mgmt.c | 3602 hci_req_add(&req, HCI_OP_LE_SET_DEFAULT_PHY, sizeof(cp_phy), &cp_phy); in set_phy_configuration()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 1436 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_DEFAULT_PHY); in hci_cc_le_set_default_phy() 4184 HCI_CC_STATUS(HCI_OP_LE_SET_DEFAULT_PHY, hci_cc_le_set_default_phy),
|
H A D | hci_sync.c | 4565 return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_DEFAULT_PHY, in hci_le_set_default_phy_sync() 4572 /* HCI_OP_LE_SET_DEFAULT_PHY */
|
H A D | mgmt.c | 3990 cmd->skb = __hci_cmd_sync(hdev, HCI_OP_LE_SET_DEFAULT_PHY, in set_default_phy_sync()
|
Completed in 100 milliseconds