OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BpBluetooth
(Results
1 - 2
of
2
) sorted by null
/system/bt/service/common/bluetooth/binder/
IBluetooth.cpp
161
//
BpBluetooth
(client) implementation
164
BpBluetooth
::
BpBluetooth
(const sp<IBinder>& impl)
168
bool
BpBluetooth
::IsEnabled() {
177
int
BpBluetooth
::GetState() {
186
bool
BpBluetooth
::Enable(bool start_restricted) {
196
bool
BpBluetooth
::EnableNoAutoConnect() {
206
bool
BpBluetooth
::Disable() {
215
std::string
BpBluetooth
::GetAddress() {
224
std::vector<bluetooth::UUID>
BpBluetooth
::GetUUIDs()
[
all
...]
IBluetooth.h
179
class
BpBluetooth
: public android::BpInterface<IBluetooth> {
181
explicit
BpBluetooth
(const android::sp<android::IBinder>& impl);
182
virtual ~
BpBluetooth
() = default;
208
DISALLOW_COPY_AND_ASSIGN(
BpBluetooth
);
Completed in 44 milliseconds