OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:property_new_scan_mode
(Results
1 - 4
of
4
) sorted by null
/system/bt/btcore/include/
property.h
49
bt_property_t *
property_new_scan_mode
(bt_scan_mode_t scan_mode);
/system/bt/tools/bdtool/
bdtool.c
120
bt_property_t *property =
property_new_scan_mode
(BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE);
197
bt_property_t *property =
property_new_scan_mode
(BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE);
/system/bt/btcore/src/
property.c
102
bt_property_t *
property_new_scan_mode
(bt_scan_mode_t scan_mode) {
function
/system/bt/btcore/test/
property_test.cpp
123
bt_property_t *property =
property_new_scan_mode
(mode0);
Completed in 1083 milliseconds