OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_adapter_property
(Results
1 - 6
of
6
) sorted by null
/system/bt/test/suite/cases/
adapter.c
67
CALL_AND_WAIT(error = bt_interface->
get_adapter_property
(BT_PROPERTY_BDNAME), adapter_properties);
/system/bt/btif/src/
bluetooth.c
169
static int
get_adapter_property
(bt_property_type_t type)
function
432
get_adapter_property
,
btif_core.c
[
all
...]
/system/bt/tools/bdtool/
bdtool.c
157
CALL_AND_WAIT(error = bt_interface->
get_adapter_property
(BT_PROPERTY_BDNAME), adapter_properties);
182
CALL_AND_WAIT(error = bt_interface->
get_adapter_property
(BT_PROPERTY_BDNAME), adapter_properties);
/hardware/libhardware/include/hardware/
bluetooth.h
453
int (*
get_adapter_property
)(bt_property_type_t type);
member in struct:__anon24659
/packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp
922
int ret = sBluetoothInterface->
get_adapter_property
((bt_property_type_t) type);
[
all
...]
Completed in 1308 milliseconds