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

  /system/bt/btcore/include/
property.h 47 bt_property_t* property_new_device_type(bt_device_type_t device_type);
75 bt_device_type_t property_as_device_type(const bt_property_t* property);
  /system/bt/btcore/src/
property.cc 91 bt_property_t* property_new_device_type(bt_device_type_t type) {
92 return property_new_((void*)&type, sizeof(bt_device_type_t),
186 bt_device_type_t property_as_device_type(const bt_property_t* property) {
188 return *(const bt_device_type_t*)property->val;
  /system/bt/btcore/test/
property_test.cc 66 bt_device_type_t dt0 = (bt_device_type_t)1;
71 EXPECT_EQ((int)sizeof(bt_device_type_t), property->len);
73 bt_device_type_t dt1 = property_as_device_type(property);
  /system/bt/btif/src/
btif_ble_scanner.cc 112 bt_device_type_t dev_type;
149 dev_type = (bt_device_type_t)device_type;
btif_dm.cc 553 bt_device_type_t dev_type;
600 dev_type = (bt_device_type_t)(remote_dev_type | device_type);
602 dev_type = (bt_device_type_t)device_type;
    [all...]
  /hardware/libhardware/include/hardware/
bluetooth.h 191 * Data type - bt_device_type_t
281 } bt_device_type_t; typedef in typeref:enum:__anon48110
  /system/bt/include/hardware/
bluetooth.h 184 * Data type - bt_device_type_t
270 } bt_device_type_t; typedef in typeref:enum:__anon1888
  /system/bt/tools/bdtool/
adapter.c 221 bt_device_type_t device_type = property_as_device_type(property);

Completed in 6509 milliseconds