Searched refs:MGMT_OP_SET_CONNECTABLE (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | mgmt.c | 52 MGMT_OP_SET_CONNECTABLE, 975 cmd = pending_find(MGMT_OP_SET_CONNECTABLE, hdev); in mgmt_get_connectable() 1577 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) { in set_discoverable() 1680 if (cmd != pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) in mgmt_set_connectable_complete() 1691 send_settings_rsp(cmd->sk, MGMT_OP_SET_CONNECTABLE, hdev); in mgmt_set_connectable_complete() 1717 err = send_settings_rsp(sk, MGMT_OP_SET_CONNECTABLE, hdev); in set_connectable_update_settings() 1748 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_CONNECTABLE, in set_connectable() 1752 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_CONNECTABLE, in set_connectable() 1763 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) { in set_connectable() 1764 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_CONNECTABLE, in set_connectable() [all …]
|
/openbmc/linux/include/net/bluetooth/ |
H A D | mgmt.h | 145 #define MGMT_OP_SET_CONNECTABLE 0x0007 macro
|