Home
last modified time | relevance | path

Searched refs:MGMT_STATUS_INVALID_INDEX (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/net/bluetooth/
H A Dhci_sock.c1670 MGMT_STATUS_INVALID_INDEX); in hci_mgmt_cmd()
1678 MGMT_STATUS_INVALID_INDEX); in hci_mgmt_cmd()
1685 MGMT_STATUS_INVALID_INDEX); in hci_mgmt_cmd()
1694 MGMT_STATUS_INVALID_INDEX); in hci_mgmt_cmd()
H A Dmgmt.c4592 MGMT_STATUS_INVALID_INDEX); in set_debug_func()
4637 MGMT_STATUS_INVALID_INDEX); in set_mgmt_mesh_func()
4689 MGMT_STATUS_INVALID_INDEX); in set_quality_report_func()
4763 MGMT_STATUS_INVALID_INDEX); in set_offload_codec_func()
4821 MGMT_STATUS_INVALID_INDEX); in set_le_simultaneous_roles_func()
4879 MGMT_STATUS_INVALID_INDEX); in set_iso_socket_func()
9360 struct cmd_lookup match = { NULL, hdev, MGMT_STATUS_INVALID_INDEX }; in mgmt_index_removed()
9428 match.mgmt_status = MGMT_STATUS_INVALID_INDEX; in __mgmt_power_off()
/linux-6.15/include/net/bluetooth/
H A Dmgmt.h44 #define MGMT_STATUS_INVALID_INDEX 0x11 macro