Searched refs:MGMT_OP_SET_FAST_CONNECTABLE (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/net/bluetooth/ |
| D | mgmt.c | 49 MGMT_OP_SET_FAST_CONNECTABLE, 4518 cmd = pending_find(MGMT_OP_SET_FAST_CONNECTABLE, hdev); in fast_connectable_complete() 4523 mgmt_cmd_status(cmd->sk, hdev->id, MGMT_OP_SET_FAST_CONNECTABLE, in fast_connectable_complete() 4533 send_settings_rsp(cmd->sk, MGMT_OP_SET_FAST_CONNECTABLE, hdev); in fast_connectable_complete() 4555 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable() 4559 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable() 4564 if (pending_find(MGMT_OP_SET_FAST_CONNECTABLE, hdev)) { in set_fast_connectable() 4565 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable() 4571 err = send_settings_rsp(sk, MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable() 4578 err = send_settings_rsp(sk, MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable() [all …]
|
| /Linux-v5.4/include/net/bluetooth/ |
| D | mgmt.h | 136 #define MGMT_OP_SET_FAST_CONNECTABLE 0x0008 macro
|