Home
last modified time | relevance | path

Searched refs:callback_type (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/service/common/bluetooth/
H A Dscan_settings.cc27 ScanSettings::ScanSettings(Mode mode, CallbackTypeBitField callback_type, in ScanSettings() argument
33 callback_type_(callback_type), in ScanSettings()
H A Dscan_settings.h116 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 Dpy_security.py130 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 Dcert_security.py253 def __send_ui_callback(self, address, callback_type, b, uid, pin): argument
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto10521 optional android.stats.location.CallbackType callback_type = 10; field