Searched refs:READ_AUTHENTICATION_ENABLE (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | controller_properties.cc | 184 OpCodeIndex::WRITE_INQUIRY_SCAN_ACTIVITY, OpCodeIndex::READ_AUTHENTICATION_ENABLE, in SupportedCommands() 1414 check_command_(READ_AUTHENTICATION_ENABLE, c111, excluded); in CheckSupportedCommands()
|
D | dual_mode_controller.cc | 3392 {OpCode::READ_AUTHENTICATION_ENABLE, OpCodeIndex::READ_AUTHENTICATION_ENABLE}, 3843 {OpCode::READ_AUTHENTICATION_ENABLE, &DualModeController::ReadAuthenticationEnable},
|
/aosp_15_r20/external/python/bumble/rust/src/internal/hci/ |
D | packets.pdl | 152 READ_AUTHENTICATION_ENABLE = 0x0C1F, 460 READ_AUTHENTICATION_ENABLE = 84, 2015 packet ReadAuthenticationEnable : Command (op_code = READ_AUTHENTICATION_ENABLE) { 2018 …ReadAuthenticationEnableComplete : CommandComplete (command_op_code = READ_AUTHENTICATION_ENABLE) {
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 137 READ_AUTHENTICATION_ENABLE = 0x0C1F, 475 READ_AUTHENTICATION_ENABLE = 84, 2086 packet ReadAuthenticationEnable : Command (op_code = READ_AUTHENTICATION_ENABLE) { 2089 …ReadAuthenticationEnableComplete : CommandComplete (command_op_code = READ_AUTHENTICATION_ENABLE) {
|
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 200 READ_AUTHENTICATION_ENABLE = 0x0C1F, 529 READ_AUTHENTICATION_ENABLE = 84, 2160 packet ReadAuthenticationEnable : Command (op_code = READ_AUTHENTICATION_ENABLE) { 2163 …ReadAuthenticationEnableComplete : CommandComplete (command_op_code = READ_AUTHENTICATION_ENABLE) {
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | controller.cc | 954 OP_CODE_MAPPING(READ_AUTHENTICATION_ENABLE) in is_supported()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/ |
D | hci_packets.h | 81 …UIRY_SCAN_ACTIVITY = 0xc1d,WRITE_INQUIRY_SCAN_ACTIVITY = 0xc1e,READ_AUTHENTICATION_ENABLE = 0xc1f,… enumerator 84 …NQUIRY_SCAN_ACTIVITY = 0x52,WRITE_INQUIRY_SCAN_ACTIVITY = 0x53,READ_AUTHENTICATION_ENABLE = 0x54,W… enumerator 518 … builder << "WRITE_INQUIRY_SCAN_ACTIVITY"; break;case OpCode::READ_AUTHENTICATION_ENABLE: builde… in OpCodeText() 522 …lder << "WRITE_INQUIRY_SCAN_ACTIVITY"; break;case OpCodeIndex::READ_AUTHENTICATION_ENABLE: builde… in OpCodeIndexText() 6560 …lds */;if (it > end()) return false;if (GetOpCode() != OpCode::READ_AUTHENTICATION_ENABLE) return … in CreateOptional() 6579 …if (it > end()) return false;if (GetCommandOpCode() != OpCode::READ_AUTHENTICATION_ENABLE) return … in CreateOptional() 27395 explicit ReadAuthenticationEnableBuilder() :CommandBuilder(OpCode::READ_AUTHENTICATION_ENABLE/* op_… in Create() 27430 …able) :CommandCompleteBuilder(num_hci_command_packets, OpCode::READ_AUTHENTICATION_ENABLE/* comman… in Create()
|