Home
last modified time | relevance | path

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

/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl45 boolean SspReply( in SspReply() method
/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.cc352 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,