Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dmgmt.c1209 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_POWERED, in set_powered()
1215 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_POWERED, in set_powered()
1293 mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode, *status); in cmd_status_rsp()
1357 mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode, mgmt_err); in mgmt_set_discoverable_complete()
1390 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1394 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1404 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1410 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1417 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1423 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
[all …]
H A 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()
H A Dmgmt_util.h36 int mgmt_cmd_status(struct sock *sk, u16 index, u16 cmd, u8 status);
H A 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()
H A Dmgmt_util.c93 int mgmt_cmd_status(struct sock *sk, u16 index, u16 cmd, u8 status) in mgmt_cmd_status() function