Searched refs:MGMT_OP_SET_FAST_CONNECTABLE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | mgmt.c | 51 MGMT_OP_SET_FAST_CONNECTABLE, 5387 cmd = pending_find(MGMT_OP_SET_FAST_CONNECTABLE, hdev); in fast_connectable_complete() 5392 mgmt_cmd_status(cmd->sk, hdev->id, MGMT_OP_SET_FAST_CONNECTABLE, in fast_connectable_complete() 5402 send_settings_rsp(cmd->sk, MGMT_OP_SET_FAST_CONNECTABLE, hdev); in fast_connectable_complete() 5424 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable() 5428 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable() 5433 if (pending_find(MGMT_OP_SET_FAST_CONNECTABLE, hdev)) { in set_fast_connectable() 5434 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable() 5440 err = send_settings_rsp(sk, MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable() 5447 err = send_settings_rsp(sk, MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable() [all...] |
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | mgmt.h | 143 #define MGMT_OP_SET_FAST_CONNECTABLE 0x0008 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | mgmt.h | 147 #define MGMT_OP_SET_FAST_CONNECTABLE 0x0008 macro
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | mgmt.c | 53 MGMT_OP_SET_FAST_CONNECTABLE, 6545 mgmt_cmd_status(cmd->sk, hdev->id, MGMT_OP_SET_FAST_CONNECTABLE, in fast_connectable_complete() 6555 send_settings_rsp(cmd->sk, MGMT_OP_SET_FAST_CONNECTABLE, hdev); in fast_connectable_complete() 6582 MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable() 6587 MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable() 6593 err = send_settings_rsp(sk, MGMT_OP_SET_FAST_CONNECTABLE, hdev); in set_fast_connectable() 6599 err = send_settings_rsp(sk, MGMT_OP_SET_FAST_CONNECTABLE, hdev); in set_fast_connectable() 6604 cmd = mgmt_pending_new(sk, MGMT_OP_SET_FAST_CONNECTABLE, hdev, data, in set_fast_connectable() 6613 mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable()
|
Completed in 26 milliseconds