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

  /system/bt/service/hal/
fake_bluetooth_interface.h 56 const bt_local_le_features_t* features);
fake_bluetooth_interface.cpp 132 const bt_local_le_features_t* features) {
  /system/bt/service/
adapter.cpp 279 if (property->len != sizeof(bt_local_le_features_t)) {
284 bt_local_le_features_t* features =
285 reinterpret_cast<bt_local_le_features_t*>(property->val);
376 bt_local_le_features_t local_le_features_;
  /hardware/libhardware/include/hardware/
bluetooth.h 165 }bt_local_le_features_t; typedef in typeref:struct:__anon30659
252 * Data type - bt_local_le_features_t.
  /system/bt/service/test/
adapter_unittest.cpp 244 bt_local_le_features_t features;
  /system/bt/btif/src/
btif_core.c 844 bt_local_le_features_t local_le_features;
850 prop.len = sizeof (bt_local_le_features_t);
    [all...]
btif_dm.c     [all...]

Completed in 239 milliseconds