Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Dmgmt.c1214 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_POWERED, in set_powered()
1220 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_POWERED, in set_powered()
1298 mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode, *status); in cmd_status_rsp()
1362 mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode, mgmt_err); in mgmt_set_discoverable_complete()
1395 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1399 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1409 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1415 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1422 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1428 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
[all …]
Dmgmt_config.c135 return mgmt_cmd_status(sk, hdev->id, in set_def_system_config()
152 return mgmt_cmd_status(sk, hdev->id, in set_def_system_config()
204 return mgmt_cmd_status(sk, hdev->id, in set_def_system_config()
344 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.c1560 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1569 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1577 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1585 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1592 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1601 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1610 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