Searched refs:MGMT_OP_SET_DISCOVERABLE (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | mgmt.c | 49 MGMT_OP_SET_DISCOVERABLE, 914 cmd = pending_find(MGMT_OP_SET_DISCOVERABLE, hdev); in mgmt_get_adv_discov_flags() 1351 cmd = pending_find(MGMT_OP_SET_DISCOVERABLE, hdev); in mgmt_set_discoverable_complete() 1368 send_settings_rsp(cmd->sk, MGMT_OP_SET_DISCOVERABLE, hdev); in mgmt_set_discoverable_complete() 1390 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable() 1394 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable() 1404 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable() 1410 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable() 1415 if (pending_find(MGMT_OP_SET_DISCOVERABLE, hdev) || in set_discoverable() 1417 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable() [all …]
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | mgmt.h | 134 #define MGMT_OP_SET_DISCOVERABLE 0x0006 macro
|