OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bt_property_type_t
(Results
1 - 7
of
7
) sorted by null
/external/bluetooth/bluedroid/btif/include/
btif_api.h
108
bt_status_t btif_get_adapter_property(
bt_property_type_t
type);
132
bt_property_type_t
type);
btif_util.h
55
const char* dump_property_type(
bt_property_type_t
type);
/hardware/libhardware/include/hardware/
bluetooth.h
212
}
bt_property_type_t
;
typedef in typeref:enum:__anon20583
217
bt_property_type_t
type;
387
int (*get_adapter_property)(
bt_property_type_t
type);
400
bt_property_type_t
type);
/external/bluetooth/bluedroid/btif/src/
bluetooth.c
174
static int get_adapter_property(
bt_property_type_t
type)
201
int get_remote_device_property(bt_bdaddr_t *remote_addr,
bt_property_type_t
type)
btif_util.c
234
const char* dump_property_type(
bt_property_type_t
type)
btif_core.c
75
bt_property_type_t
type;
[
all
...]
/packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp
716
prop.type = (
bt_property_type_t
) type;
745
int ret = sBluetoothInterface->get_adapter_property((
bt_property_type_t
) type);
765
(
bt_property_type_t
) type);
795
prop.type = (
bt_property_type_t
) type;
[
all
...]
Completed in 69 milliseconds