HomeSort by relevance Sort by last modified time
    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:__anon32805
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 717 prop.type = (bt_property_type_t) type;
746 int ret = sBluetoothInterface->get_adapter_property((bt_property_type_t) type);
766 (bt_property_type_t) type);
796 prop.type = (bt_property_type_t) type;
    [all...]

Completed in 29 milliseconds