Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/bluetooth/
Dmgmt.h399 #define MGMT_OP_SET_PRIVACY 0x002F macro
/linux-4.1.27/net/bluetooth/
Dmgmt.c88 MGMT_OP_SET_PRIVACY,
5347 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_PRIVACY, in set_privacy()
5351 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_PRIVACY, in set_privacy()
5355 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_PRIVACY, in set_privacy()
5375 err = send_settings_rsp(sk, MGMT_OP_SET_PRIVACY, hdev); in set_privacy()