Searched refs:SspReply (Results 1 – 6 of 6) sorted by relevance
/system/bt/service/common/android/bluetooth/ |
D | IBluetooth.aidl | 45 boolean SspReply( in SspReply() method
|
/system/bt/service/test/ |
D | mock_adapter.h | 42 MOCK_METHOD4(SspReply, bool(const std::string&, int, bool, int32_t));
|
/system/bt/service/ |
D | adapter.h | 145 virtual bool SspReply(const std::string& device_address, int variant,
|
D | adapter.cc | 352 bool SspReply(const std::string& device_address, int variant, bool accept, in SspReply() function in bluetooth::AdapterImpl
|
/system/bt/service/ipc/binder/ |
D | bluetooth_binder_server.cc | 127 Status BluetoothBinderServer::SspReply( in SspReply() function in ipc::binder::BluetoothBinderServer 131 *_aidl_return = adapter_->SspReply(String8(device_address).string(), variant, in SspReply()
|
D | bluetooth_binder_server.h | 85 Status SspReply(const ::android::String16& device_address, int32_t variant,
|