Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dmgmt.c114 MGMT_OP_SET_PHY_CONFIGURATION,
3964 cmd != pending_find(MGMT_OP_SET_PHY_CONFIGURATION, hdev)) in set_default_phy_complete()
3980 MGMT_OP_SET_PHY_CONFIGURATION, status); in set_default_phy_complete()
3983 MGMT_OP_SET_PHY_CONFIGURATION, 0, in set_default_phy_complete()
4052 MGMT_OP_SET_PHY_CONFIGURATION, in set_phy_configuration()
4059 MGMT_OP_SET_PHY_CONFIGURATION, in set_phy_configuration()
4064 MGMT_OP_SET_PHY_CONFIGURATION, in set_phy_configuration()
4071 MGMT_OP_SET_PHY_CONFIGURATION, in set_phy_configuration()
4076 if (pending_find(MGMT_OP_SET_PHY_CONFIGURATION, hdev)) { in set_phy_configuration()
4078 MGMT_OP_SET_PHY_CONFIGURATION, in set_phy_configuration()
[all …]
/openbmc/linux/include/net/bluetooth/
H A Dmgmt.h669 #define MGMT_OP_SET_PHY_CONFIGURATION 0x0045 macro