Home
last modified time | relevance | path

Searched refs:MGMT_OP_SET_PHY_CONFIGURATION (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/net/bluetooth/
Dmgmt.c3429 cmd = pending_find(MGMT_OP_SET_PHY_CONFIGURATION, hdev); in set_default_phy_complete()
3435 MGMT_OP_SET_PHY_CONFIGURATION, in set_default_phy_complete()
3439 MGMT_OP_SET_PHY_CONFIGURATION, 0, in set_default_phy_complete()
3471 MGMT_OP_SET_PHY_CONFIGURATION, in set_phy_configuration()
3478 MGMT_OP_SET_PHY_CONFIGURATION, in set_phy_configuration()
3483 MGMT_OP_SET_PHY_CONFIGURATION, in set_phy_configuration()
3490 MGMT_OP_SET_PHY_CONFIGURATION, in set_phy_configuration()
3495 if (pending_find(MGMT_OP_SET_PHY_CONFIGURATION, hdev)) { in set_phy_configuration()
3497 MGMT_OP_SET_PHY_CONFIGURATION, in set_phy_configuration()
3553 MGMT_OP_SET_PHY_CONFIGURATION, in set_phy_configuration()
[all …]
/Linux-v5.10/include/net/bluetooth/
Dmgmt.h660 #define MGMT_OP_SET_PHY_CONFIGURATION 0x0045 macro