Home
last modified time | relevance | path

Searched refs:property_as_scan_mode (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/btcore/include/
H A Dproperty.h79 bt_scan_mode_t property_as_scan_mode(const bt_property_t* property);
/aosp12/system/bt/btcore/src/
H A Dproperty.cc206 bt_scan_mode_t property_as_scan_mode(const bt_property_t* property) { in property_as_scan_mode() function
/aosp12/system/bt/btcore/test/
H A Dproperty_test.cc129 bt_scan_mode_t mode1 = property_as_scan_mode(property); in TEST_F()