Searched refs:MGMT_OP_SET_PUBLIC_ADDRESS (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | mgmt.h | 502 #define MGMT_OP_SET_PUBLIC_ADDRESS 0x0039 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | mgmt.h | 506 #define MGMT_OP_SET_PUBLIC_ADDRESS 0x0039 macro
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | mgmt.c | 100 MGMT_OP_SET_PUBLIC_ADDRESS, 6879 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_PUBLIC_ADDRESS, in set_public_address() 6883 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_PUBLIC_ADDRESS, in set_public_address() 6887 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_PUBLIC_ADDRESS, in set_public_address() 6895 err = send_options_rsp(sk, MGMT_OP_SET_PUBLIC_ADDRESS, hdev); in set_public_address()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | mgmt.c | 102 MGMT_OP_SET_PUBLIC_ADDRESS, 7961 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_PUBLIC_ADDRESS, in set_public_address() 7965 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_PUBLIC_ADDRESS, in set_public_address() 7969 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_PUBLIC_ADDRESS, in set_public_address() 7977 err = send_options_rsp(sk, MGMT_OP_SET_PUBLIC_ADDRESS, hdev); in set_public_address()
|
Completed in 28 milliseconds