Searched refs:BT_HCI_OP_LE_SET_PHY (Results 1 – 3 of 3) sorted by relevance
1446 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_PHY, sizeof(*cp)); in hci_api_le_set_phy()1458 return bt_hci_cmd_send(BT_HCI_OP_LE_SET_PHY, buf); in hci_api_le_set_phy()
2115 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_PHY, sizeof(*cp)); in bt_le_set_phy()2127 return bt_hci_cmd_send(BT_HCI_OP_LE_SET_PHY, buf); in bt_le_set_phy()
990 #define BT_HCI_OP_LE_SET_PHY BT_OP(BT_OGF_LE, 0x0032) macro
Completed in 42 milliseconds