Home
last modified time | relevance | path

Searched refs:mgmt_cmd_status (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/net/bluetooth/
Dmgmt.c1359 mgmt_cmd_status(cmd->sk, hdev->id, MGMT_OP_SET_POWERED, in mgmt_set_powered_complete()
1386 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_POWERED, in set_powered()
1392 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_POWERED, in set_powered()
1458 mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode, *status); in cmd_status_rsp()
1523 mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode, mgmt_err); in mgmt_set_discoverable_complete()
1561 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1565 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1575 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1581 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1588 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
[all …]
Dmgmt_config.c135 return mgmt_cmd_status(sk, hdev->id, in set_def_system_config()
152 return mgmt_cmd_status(sk, hdev->id, in set_def_system_config()
204 return mgmt_cmd_status(sk, hdev->id, in set_def_system_config()
344 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DEF_SYSTEM_CONFIG, in set_def_runtime_config()
Dmgmt_util.h51 int mgmt_cmd_status(struct sock *sk, u16 index, u16 cmd, u8 status);
Dhci_sock.c1655 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1664 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1672 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1680 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1687 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1696 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1705 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
Dmgmt_util.c126 int mgmt_cmd_status(struct sock *sk, u16 index, u16 cmd, u8 status) in mgmt_cmd_status() function