Home
last modified time | relevance | path

Searched refs:bt_scan_mode_t (Results 1 – 12 of 12) sorted by relevance

/system/bt/btcore/include/
Dproperty.h51 bt_property_t* property_new_scan_mode(bt_scan_mode_t scan_mode);
79 bt_scan_mode_t property_as_scan_mode(const bt_property_t* property);
/system/bt/btcore/src/
Dproperty.cc110 bt_property_t* property_new_scan_mode(bt_scan_mode_t scan_mode) { in property_new_scan_mode()
111 return property_new_((void*)&scan_mode, sizeof(bt_scan_mode_t), in property_new_scan_mode()
206 bt_scan_mode_t property_as_scan_mode(const bt_property_t* property) { in property_as_scan_mode()
208 return *(const bt_scan_mode_t*)property->val; in property_as_scan_mode()
/system/bt/service/
Dlogging_helpers.h36 const char* BtScanModeText(const bt_scan_mode_t mode);
Dlogging_helpers.cc75 const char* BtScanModeText(const bt_scan_mode_t mode) { in BtScanModeText()
Dadapter.cc322 auto bd_scanmode = static_cast<bt_scan_mode_t>(scan_mode); in SetScanMode()
/system/bt/btcore/test/
Dproperty_test.cc122 bt_scan_mode_t mode0 = (bt_scan_mode_t)3; in TEST_F()
129 bt_scan_mode_t mode1 = property_as_scan_mode(property); in TEST_F()
/system/bt/btif/include/
Dbtif_util.h54 const char* dump_adapter_scan_mode(bt_scan_mode_t mode);
/system/bt/btif/src/
Dbtif_core.cc556 bt_scan_mode_t mode; in btif_in_get_adapter_properties()
915 bt_scan_mode_t mode = *(bt_scan_mode_t*)property->val; in btif_set_adapter_property()
Dbtif_util.cc323 const char* dump_adapter_scan_mode(bt_scan_mode_t mode) { in dump_adapter_scan_mode()
Dbtif_dm.cc2455 bt_scan_mode_t* mode = (bt_scan_mode_t*)prop->val; in btif_dm_get_adapter_property()
2457 prop->len = sizeof(bt_scan_mode_t); in btif_dm_get_adapter_property()
Dbtif_storage.cc929 bt_scan_mode_t mode; in btif_storage_load_bonded_devices()
/system/bt/include/hardware/
Dbluetooth.h60 } bt_scan_mode_t; typedef