Searched refs:LE_SET_ADDRESS_RESOLUTION_ENABLE (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | le_address_manager_test.cc | 336 auto packet = hci_layer_->GetCommand(OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE); in TEST_F() 358 auto packet = hci_layer_->GetCommand(OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE); in TEST_F() 379 hci_layer_->GetCommand(OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE); in TEST_F() 385 hci_layer_->GetCommand(OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE); in TEST_F() 392 auto packet = hci_layer_->GetCommand(OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE); in TEST_F() 412 auto packet = hci_layer_->GetCommand(OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE); in TEST_F() 433 hci_layer_->GetCommand(OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE); in TEST_F() 439 hci_layer_->GetCommand(OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE); in TEST_F() 445 auto packet = hci_layer_->GetCommand(OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE); in TEST_F() 461 auto packet = hci_layer_->GetCommand(OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE); in TEST_F()
|
D | le_address_manager.cc | 842 case OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE: in OnCommandComplete()
|
D | controller.cc | 1095 OP_CODE_MAPPING(LE_SET_ADDRESS_RESOLUTION_ENABLE) in is_supported()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_impl_test.cc | 975 ReturnCommandComplete(OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE, ErrorCode::SUCCESS)); in TEST_F() 999 ReturnCommandComplete(OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE, ErrorCode::SUCCESS)); in TEST_F() 1049 ReturnCommandComplete(OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE, ErrorCode::SUCCESS)); in TEST_F() 1085 ReturnCommandComplete(OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE, ErrorCode::SUCCESS)); in TEST_F() 1262 ReturnCommandComplete(OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE, ErrorCode::SUCCESS)); in TEST_F() 1280 ReturnCommandComplete(OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE, ErrorCode::SUCCESS)); in TEST_F()
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | controller_properties.cc | 296 OpCodeIndex::LE_SET_ADDRESS_RESOLUTION_ENABLE, in SupportedCommands() 1344 check_command_(LE_SET_ADDRESS_RESOLUTION_ENABLE, excluded, c9); in CheckSupportedCommands() 1638 OpCodeIndex::LE_SET_ADDRESS_RESOLUTION_ENABLE,
|
D | dual_mode_controller.cc | 3573 {OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE, OpCodeIndex::LE_SET_ADDRESS_RESOLUTION_ENABLE}, 4082 {OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE,
|
/aosp_15_r20/external/python/bumble/rust/src/internal/hci/ |
D | packets.pdl | 302 LE_SET_ADDRESS_RESOLUTION_ENABLE = 0x202D, 615 LE_SET_ADDRESS_RESOLUTION_ENABLE = 351, 3621 packet LeSetAddressResolutionEnable : Command (op_code = LE_SET_ADDRESS_RESOLUTION_ENABLE) { 3625 …ssResolutionEnableComplete : CommandComplete (command_op_code = LE_SET_ADDRESS_RESOLUTION_ENABLE) {
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 287 LE_SET_ADDRESS_RESOLUTION_ENABLE = 0x202D, 645 LE_SET_ADDRESS_RESOLUTION_ENABLE = 351, 3741 packet LeSetAddressResolutionEnable : Command (op_code = LE_SET_ADDRESS_RESOLUTION_ENABLE) { 3745 …ssResolutionEnableComplete : CommandComplete (command_op_code = LE_SET_ADDRESS_RESOLUTION_ENABLE) {
|
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 350 LE_SET_ADDRESS_RESOLUTION_ENABLE = 0x202D, 698 LE_SET_ADDRESS_RESOLUTION_ENABLE = 351, 3797 packet LeSetAddressResolutionEnable : LeSecurityCommand (op_code = LE_SET_ADDRESS_RESOLUTION_ENABLE… 3801 …ssResolutionEnableComplete : CommandComplete (command_op_code = LE_SET_ADDRESS_RESOLUTION_ENABLE) {
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/ |
D | hci_packets.h | 81 …_ADDRESS = 0x202b,LE_READ_LOCAL_RESOLVABLE_ADDRESS = 0x202c,LE_SET_ADDRESS_RESOLUTION_ENABLE = 0x2… enumerator 84 …LE_ADDRESS = 0x15b,LE_READ_LOCAL_RESOLVABLE_ADDRESS = 0x15e,LE_SET_ADDRESS_RESOLUTION_ENABLE = 0x1… enumerator 518 …r << "LE_READ_LOCAL_RESOLVABLE_ADDRESS"; break;case OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE: bui… in OpCodeText() 522 …"LE_READ_LOCAL_RESOLVABLE_ADDRESS"; break;case OpCodeIndex::LE_SET_ADDRESS_RESOLUTION_ENABLE: bui… in OpCodeIndexText() 11511 … */;if (it > end()) return false;if (GetOpCode() != OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE) retu… in CreateOptional() 11530 …(it > end()) return false;if (GetCommandOpCode() != OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE) retu… in CreateOptional() 35925 …ddress_resolution_enable) :LeSecurityCommandBuilder(OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE/* op_… in Create() 35960 …s) :CommandCompleteBuilder(num_hci_command_packets, OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE/* com… in Create()
|