Home
last modified time | relevance | path

Searched refs:MGMT_STATUS_BUSY (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/net/bluetooth/
Dmgmt.c219 MGMT_STATUS_BUSY, /* Command Disallowed */
230 MGMT_STATUS_BUSY, /* Repeated Attempts */
255 MGMT_STATUS_BUSY, /* Role Switch Pending */
260 MGMT_STATUS_BUSY, /* Host Busy Pairing */
262 MGMT_STATUS_BUSY, /* Controller Busy */
1213 MGMT_STATUS_BUSY); in set_powered()
1415 MGMT_STATUS_BUSY); in set_discoverable()
1427 MGMT_STATUS_BUSY); in set_discoverable()
1590 MGMT_STATUS_BUSY); in set_connectable()
1703 MGMT_STATUS_BUSY); in set_link_security()
[all …]
/Linux-v5.10/include/net/bluetooth/
Dmgmt.h37 #define MGMT_STATUS_BUSY 0x0a macro