OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_props
(Results
1 - 2
of
2
) sorted by null
/system/bt/btif/src/
btif_core.cc
594
uint32_t
num_props
= 0;
local
605
BTIF_STORAGE_FILL_PROPERTY(&properties[
num_props
], BT_PROPERTY_BDADDR,
607
status = btif_storage_get_adapter_property(&properties[
num_props
]);
611
num_props
++;
615
BTIF_STORAGE_FILL_PROPERTY(&properties[
num_props
], BT_PROPERTY_BDNAME,
617
btif_storage_get_adapter_property(&properties[
num_props
]);
618
num_props
++;
621
BTIF_STORAGE_FILL_PROPERTY(&properties[
num_props
],
624
btif_storage_get_adapter_property(&properties[
num_props
]);
625
num_props
++
655
uint32_t
num_props
= 0;
local
[
all
...]
btif_storage.cc
795
uint32_t
num_props
= 0;
local
813
sizeof(addr), adapter_props[
num_props
]);
817
num_props
++;
822
sizeof(name), adapter_props[
num_props
]);
823
num_props
++;
831
adapter_props[
num_props
].type = BT_PROPERTY_ADAPTER_SCAN_MODE;
832
adapter_props[
num_props
].len = sizeof(mode);
833
adapter_props[
num_props
].val = &mode;
834
num_props
++;
839
adapter_props[
num_props
]);
[
all
...]
Completed in 127 milliseconds