Searched refs:mgmt_cmd_status (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | mgmt.c | 1663 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_POWERED, in set_powered() 1669 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_POWERED, in set_powered() 1758 mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode, *status); in cmd_status_rsp() 1826 mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode, mgmt_err); in set_discoverable_complete() 1880 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable() 1884 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable() 1894 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable() 1900 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable() 1907 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable() 1913 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 | 1081 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd() 1090 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd() 1098 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd() 1106 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd() 1113 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd() 1121 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd() 1129 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
|