Searched refs:callback_type (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/test/headless/ |
D | interface.h | 82 callback_params_t(const char* name, Callback callback_type) in callback_params_t() 83 : callback_data_t(name, callback_type) {} in callback_params_t() 103 callback_params_with_properties_t(const char* name, Callback callback_type, in callback_params_with_properties_t() 106 : callback_params_t(name, callback_type) { in callback_params_with_properties_t()
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | py_security.py | 127 def __send_ui_callback(self, address, callback_type, b, uid, pin): argument 134 message_type=callback_type, 212 callback_type = UiCallbackType.YES_NO if len(pin) == 0 else UiCallbackType.PIN 213 self.__send_ui_callback(cert_address, callback_type, reply_boolean, ui_id, pin)
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/security/ |
D | cert_security.py | 257 def __send_ui_callback(self, address, callback_type, b, uid, pin): argument
|