Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Dmgmt.c224 MGMT_STATUS_BUSY, /* Command Disallowed */
235 MGMT_STATUS_BUSY, /* Repeated Attempts */
262 MGMT_STATUS_BUSY, /* Role Switch Pending */
268 MGMT_STATUS_BUSY, /* Host Busy Pairing */
270 MGMT_STATUS_BUSY, /* Controller Busy */
1221 MGMT_STATUS_BUSY); in set_powered()
1423 MGMT_STATUS_BUSY); in set_discoverable()
1435 MGMT_STATUS_BUSY); in set_discoverable()
1598 MGMT_STATUS_BUSY); in set_connectable()
1711 MGMT_STATUS_BUSY); in set_link_security()
[all …]
/Linux-v5.15/include/net/bluetooth/
Dmgmt.h37 #define MGMT_STATUS_BUSY 0x0a macro