Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dmgmt.c3432 cmd = pending_find(MGMT_OP_SET_PHY_CONFIGURATION, hdev); in set_default_phy_complete()
3438 MGMT_OP_SET_PHY_CONFIGURATION, in set_default_phy_complete()
3442 MGMT_OP_SET_PHY_CONFIGURATION, 0, in set_default_phy_complete()
3474 MGMT_OP_SET_PHY_CONFIGURATION, in set_phy_configuration()
3481 MGMT_OP_SET_PHY_CONFIGURATION, in set_phy_configuration()
3486 MGMT_OP_SET_PHY_CONFIGURATION, in set_phy_configuration()
3493 MGMT_OP_SET_PHY_CONFIGURATION, in set_phy_configuration()
3498 if (pending_find(MGMT_OP_SET_PHY_CONFIGURATION, hdev)) { in set_phy_configuration()
3500 MGMT_OP_SET_PHY_CONFIGURATION, in set_phy_configuration()
3556 MGMT_OP_SET_PHY_CONFIGURATION, in set_phy_configuration()
[all …]
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dmgmt.h660 #define MGMT_OP_SET_PHY_CONFIGURATION 0x0045 macro