HomeSort by relevance Sort by last modified time
    Searched refs:bt_property_type_t (Results 1 - 12 of 12) sorted by null

  /system/bt/test/suite/support/
adapter.h 25 bt_property_t *adapter_get_property(bt_property_type_t type);
adapter.c 40 bt_property_t *adapter_get_property(bt_property_type_t type) {
  /system/bt/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 57 const char* dump_property_type(bt_property_type_t type);
  /hardware/libhardware/include/hardware/
bluetooth.h 249 } bt_property_type_t; typedef in typeref:enum:__anon24651
254 bt_property_type_t type;
453 int (*get_adapter_property)(bt_property_type_t type);
466 bt_property_type_t type);
  /system/bt/btcore/src/
property.c 27 static bt_property_t *property_new_(void *val, size_t len, bt_property_type_t type);
211 static bt_property_t *property_new_(void *val, size_t len, bt_property_type_t type) {
  /system/bt/btif/src/
bluetooth.c 169 static int get_adapter_property(bt_property_type_t type)
196 int get_remote_device_property(bt_bdaddr_t *remote_addr, bt_property_type_t type)
btif_util.c 213 const char* dump_property_type(bt_property_type_t type)
btif_core.c 82 bt_property_type_t type;
    [all...]
  /system/bt/tools/bdtool/
adapter.c 45 bt_property_t *adapter_get_property(bt_property_type_t type) {
bdtool.c 69 bt_property_t *adapter_get_property(bt_property_type_t type);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 893 prop.type = (bt_property_type_t) type;
922 int ret = sBluetoothInterface->get_adapter_property((bt_property_type_t) type);
942 (bt_property_type_t) type);
972 prop.type = (bt_property_type_t) type;
    [all...]

Completed in 482 milliseconds