Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Dmgmt.c51 MGMT_OP_SET_FAST_CONNECTABLE,
5382 cmd = pending_find(MGMT_OP_SET_FAST_CONNECTABLE, hdev); in fast_connectable_complete()
5387 mgmt_cmd_status(cmd->sk, hdev->id, MGMT_OP_SET_FAST_CONNECTABLE, in fast_connectable_complete()
5397 send_settings_rsp(cmd->sk, MGMT_OP_SET_FAST_CONNECTABLE, hdev); in fast_connectable_complete()
5419 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable()
5423 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable()
5428 if (pending_find(MGMT_OP_SET_FAST_CONNECTABLE, hdev)) { in set_fast_connectable()
5429 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable()
5435 err = send_settings_rsp(sk, MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable()
5442 err = send_settings_rsp(sk, MGMT_OP_SET_FAST_CONNECTABLE, in set_fast_connectable()
[all …]
/kernel/linux/linux-5.10/include/net/bluetooth/
Dmgmt.h143 #define MGMT_OP_SET_FAST_CONNECTABLE 0x0008 macro