Home
last modified time | relevance | path

Searched refs:property_new_scan_mode (Results 1 – 4 of 4) sorted by relevance

/system/bt/btcore/include/
Dproperty.h49 bt_property_t *property_new_scan_mode(bt_scan_mode_t scan_mode);
/system/bt/tools/bdtool/
Dbdtool.c120 bt_property_t *property = property_new_scan_mode(BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE); in main()
197 bt_property_t *property = property_new_scan_mode(BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE); in main()
/system/bt/btcore/src/
Dproperty.c102 bt_property_t *property_new_scan_mode(bt_scan_mode_t scan_mode) { in property_new_scan_mode() function
/system/bt/btcore/test/
Dproperty_test.cpp123 bt_property_t *property = property_new_scan_mode(mode0); in TEST_F()