Searched refs:callback_type (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/bt/service/common/bluetooth/ |
H A D | scan_settings.cc | 27 ScanSettings::ScanSettings(Mode mode, CallbackTypeBitField callback_type, in ScanSettings() argument 33 callback_type_(callback_type), in ScanSettings()
|
H A D | scan_settings.h | 116 ScanSettings(Mode mode, CallbackTypeBitField callback_type, 126 CallbackTypeBitField callback_type() const { return callback_type_; } in callback_type() function
|
/aosp12/system/bt/gd/cert/ |
H A D | py_security.py | 130 def __send_ui_callback(self, address, callback_type, b, uid, pin): argument 137 message_type=callback_type, 215 callback_type = UiCallbackType.YES_NO if len(pin) == 0 else UiCallbackType.PIN 216 self.__send_ui_callback(cert_address, callback_type, reply_boolean, ui_id, pin)
|
/aosp12/system/bt/gd/security/cert/ |
H A D | cert_security.py | 253 def __send_ui_callback(self, address, callback_type, b, uid, pin): argument
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 10521 optional android.stats.location.CallbackType callback_type = 10; field
|