Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dmgmt.c1367 mgmt_cmd_status(cmd->sk, hdev->id, MGMT_OP_SET_POWERED, in mgmt_set_powered_complete()
1406 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_POWERED, in set_powered()
1413 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_POWERED, in set_powered()
1420 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_POWERED, in set_powered()
1482 mgmt_cmd_status(cmd->sk, cmd->hdev->id, cmd->opcode, *status); in cmd_status_rsp()
1549 mgmt_cmd_status(cmd->sk, cmd->hdev->id, cmd->opcode, mgmt_err); in mgmt_set_discoverable_complete()
1590 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1594 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1604 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1610 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
[all …]
H A Dmgmt_util.h51 int mgmt_cmd_status(struct sock *sk, u16 index, u16 cmd, u8 status);
H A Dhci_sock.c1661 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1670 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1678 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1686 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1693 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1702 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1711 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
H A Dmgmt_util.c126 int mgmt_cmd_status(struct sock *sk, u16 index, u16 cmd, u8 status) in mgmt_cmd_status() function