Home
last modified time | relevance | path

Searched refs:LeSetPrivacyMode (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/gd/rust/shim/src/
H A Dcontroller.rs108 ble_set_privacy_mode => OpCode::LeSetPrivacyMode
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Ddual_mode_controller.h527 void LeSetPrivacyMode(CommandView args);
H A Dlink_layer_controller.h182 void LeSetPrivacyMode(uint8_t address_type, Address addr, uint8_t mode);
H A Ddual_mode_controller.cc267 SET_SUPPORTED(LE_SET_PRIVACY_MODE, LeSetPrivacyMode); in DualModeController()
2053 void DualModeController::LeSetPrivacyMode(CommandView command) { in LeSetPrivacyMode() function in test_vendor_lib::DualModeController
2065 link_layer_controller_.LeSetPrivacyMode( in LeSetPrivacyMode()
H A Dlink_layer_controller.cc2638 void LinkLayerController::LeSetPrivacyMode(uint8_t address_type, Address addr, in LeSetPrivacyMode() function in test_vendor_lib::LinkLayerController
/aosp12/system/bt/gd/hci/
H A Dhci_packets.pdl3927 packet LeSetPrivacyMode : LeSecurityCommand (op_code = LE_SET_PRIVACY_MODE) {