Searched refs:mgmt_cmd_status (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/bluetooth/ |
D | mgmt.c | 1165 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_POWERED, in set_powered() 1171 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_POWERED, in set_powered() 1249 mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode, *status); in cmd_status_rsp() 1313 mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode, mgmt_err); in mgmt_set_discoverable_complete() 1346 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable() 1350 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable() 1360 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable() 1366 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable() 1373 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable() 1379 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 | 1518 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd() 1527 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd() 1535 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd() 1543 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd() 1550 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd() 1558 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd() 1566 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
|
D | mgmt_util.c | 93 int mgmt_cmd_status(struct sock *sk, u16 index, u16 cmd, u8 status) in mgmt_cmd_status() function
|