Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dmgmt.c1341 mgmt_cmd_status(cmd->sk, hdev->id, MGMT_OP_SET_POWERED, in mgmt_set_powered_complete()
1368 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_POWERED, in set_powered()
1374 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_POWERED, in set_powered()
1432 mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode, *status); in cmd_status_rsp()
1497 mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode, mgmt_err); in mgmt_set_discoverable_complete()
1535 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1539 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1549 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1555 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1562 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.h51 int mgmt_cmd_status(struct sock *sk, u16 index, u16 cmd, u8 status);
Dhci_sock.c1556 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1565 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1573 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1581 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1588 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1597 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
1606 err = mgmt_cmd_status(sk, index, opcode, in hci_mgmt_cmd()
Dmgmt_util.c126 int mgmt_cmd_status(struct sock *sk, u16 index, u16 cmd, u8 status) in mgmt_cmd_status() function