Home
last modified time | relevance | path

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

/Linux-v6.1/net/bluetooth/
Dmgmt.c232 MGMT_STATUS_BUSY, /* Command Disallowed */
243 MGMT_STATUS_BUSY, /* Repeated Attempts */
270 MGMT_STATUS_BUSY, /* Role Switch Pending */
276 MGMT_STATUS_BUSY, /* Host Busy Pairing */
278 MGMT_STATUS_BUSY, /* Controller Busy */
298 return MGMT_STATUS_BUSY; in mgmt_errno_status()
1375 MGMT_STATUS_BUSY); in set_powered()
1563 MGMT_STATUS_BUSY); in set_discoverable()
1575 MGMT_STATUS_BUSY); in set_discoverable()
1749 MGMT_STATUS_BUSY); in set_connectable()
[all …]
/Linux-v6.1/include/net/bluetooth/
Dmgmt.h37 #define MGMT_STATUS_BUSY 0x0a macro