Home
last modified time | relevance | path

Searched refs:SspReply (Results 1 – 9 of 9) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl45 boolean SspReply( in SspReply() method
/system/bt/gd/rust/topshim/btif/
Dbtif_shim.h66 …int SspReply(const RustRawAddress& address, int ssp_variant, uint8_t accept, uint32_t passkey) con…
Dbtif_shim.cc321 int BluetoothIntf::SspReply(const RustRawAddress& address, int ssp_variant, uint8_t accept, uint32_… in SspReply() function in bluetooth::topshim::rust::BluetoothIntf
/system/bt/service/test/
Dmock_adapter.h42 MOCK_METHOD4(SspReply, bool(const std::string&, int, bool, int32_t));
/system/bt/service/
Dadapter.h145 virtual bool SspReply(const std::string& device_address, int variant,
Dadapter.cc353 bool SspReply(const std::string& device_address, int variant, bool accept, in SspReply() function in bluetooth::AdapterImpl
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc127 Status BluetoothBinderServer::SspReply( in SspReply() function in ipc::binder::BluetoothBinderServer
131 *_aidl_return = adapter_->SspReply(String8(device_address).string(), variant, in SspReply()
Dbluetooth_binder_server.h85 Status SspReply(const ::android::String16& device_address, int32_t variant,
/system/bt/gd/rust/topshim/src/
Dbtif.rs147 fn SspReply( in SspReply() function