Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/bluetooth/
Dmgmt.h411 #define MGMT_OP_SET_PRIVACY 0x002F macro
/Linux-v6.6/net/bluetooth/
Dmgmt.c92 MGMT_OP_SET_PRIVACY,
7022 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_PRIVACY, in set_privacy()
7026 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_PRIVACY, in set_privacy()
7030 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_PRIVACY, in set_privacy()
7057 err = send_settings_rsp(sk, MGMT_OP_SET_PRIVACY, hdev); in set_privacy()