Searched refs:callback_type (Results 1 – 4 of 4) sorted by relevance
/system/bt/service/common/bluetooth/ |
D | scan_settings.cc | 27 ScanSettings::ScanSettings(Mode mode, CallbackTypeBitField callback_type, in ScanSettings() argument 33 callback_type_(callback_type), in ScanSettings()
|
D | scan_settings.h | 116 ScanSettings(Mode mode, CallbackTypeBitField callback_type, 126 CallbackTypeBitField callback_type() const { return callback_type_; } in callback_type() function
|
/system/bt/gd/cert/ |
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)
|
/system/bt/gd/security/cert/ |
D | cert_security.py | 253 def __send_ui_callback(self, address, callback_type, b, uid, pin): argument
|