Home
last modified time | relevance | path

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

/Linux-v5.10/net/bluetooth/
Dmgmt.c1206 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_POWERED, in set_powered()
1212 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_POWERED, in set_powered()
1290 mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode, *status); in cmd_status_rsp()
1354 mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode, mgmt_err); in mgmt_set_discoverable_complete()
1387 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1391 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1401 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1407 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1414 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1420 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
[all …]
Dmgmt_config.c90 return mgmt_cmd_status(sk, hdev->id, in set_def_system_config()
106 return mgmt_cmd_status(sk, hdev->id, in set_def_system_config()
145 return mgmt_cmd_status(sk, hdev->id, in set_def_system_config()
281 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DEF_SYSTEM_CONFIG, in set_def_runtime_config()
Dmgmt_util.h36 int mgmt_cmd_status(struct sock *sk, u16 index, u16 cmd, u8 status);
Dhci_sock.c1543 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1552 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1560 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1568 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1575 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1584 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1593 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
Dmgmt_util.c93 int mgmt_cmd_status(struct sock *sk, u16 index, u16 cmd, u8 status) in mgmt_cmd_status() function