Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dmgmt.c1557 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_POWERED, in set_powered()
1563 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_POWERED, in set_powered()
1652 mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode, *status); in cmd_status_rsp()
1720 mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode, mgmt_err); in set_discoverable_complete()
1774 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1778 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1788 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1794 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1801 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1807 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
[all …]
Dmgmt_util.h36 int mgmt_cmd_status(struct sock *sk, u16 index, u16 cmd, u8 status);
Dhci_sock.c1008 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1017 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1025 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1033 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1040 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1048 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1056 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
Dmgmt_util.c60 int mgmt_cmd_status(struct sock *sk, u16 index, u16 cmd, u8 status) in mgmt_cmd_status() function