Searched refs:mgmt_cmd_status (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/bluetooth/ |
D | mgmt.c | 1557 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 …]
|
D | mgmt_util.h | 36 int mgmt_cmd_status(struct sock *sk, u16 index, u16 cmd, u8 status);
|
D | hci_sock.c | 1008 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()
|
D | mgmt_util.c | 60 int mgmt_cmd_status(struct sock *sk, u16 index, u16 cmd, u8 status) in mgmt_cmd_status() function
|