Searched refs:MGMT_OP_SET_FAST_CONNECTABLE (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/net/bluetooth/ |
D | mgmt.h | 135 #define MGMT_OP_SET_FAST_CONNECTABLE 0x0008 macro
|
/linux-4.1.27/net/bluetooth/ |
D | mgmt.c | 49 MGMT_OP_SET_FAST_CONNECTABLE, 4923 cmd = pending_find(MGMT_OP_SET_FAST_CONNECTABLE, hdev); in fast_connectable_complete() 4928 mgmt_cmd_status(cmd->sk, hdev->id, MGMT_OP_SET_FAST_CONNECTABLE, in fast_connectable_complete() 4938 send_settings_rsp(cmd->sk, MGMT_OP_SET_FAST_CONNECTABLE, hdev); in fast_connectable_complete() 4960 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable() 4964 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable() 4969 if (pending_find(MGMT_OP_SET_FAST_CONNECTABLE, hdev)) { in set_fast_connectable() 4970 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable() 4976 err = send_settings_rsp(sk, MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable() 4983 err = send_settings_rsp(sk, MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable() [all …]
|