Home
last modified time | relevance | path

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

/linux-6.15/include/net/bluetooth/
H A Dmgmt.h412 #define MGMT_OP_SET_PRIVACY 0x002F macro
/linux-6.15/net/bluetooth/
H A Dmgmt.c91 MGMT_OP_SET_PRIVACY,
6908 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_PRIVACY, in set_privacy()
6912 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_PRIVACY, in set_privacy()
6916 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_PRIVACY, in set_privacy()
6943 err = send_settings_rsp(sk, MGMT_OP_SET_PRIVACY, hdev); in set_privacy()