Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_core.c704 uint32_t num_props; in btif_in_get_adapter_properties() local
712 num_props = 0; in btif_in_get_adapter_properties()
715 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDADDR, in btif_in_get_adapter_properties()
717 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
718 num_props++; in btif_in_get_adapter_properties()
721 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDNAME, in btif_in_get_adapter_properties()
723 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
724 num_props++; in btif_in_get_adapter_properties()
727 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_ADAPTER_SCAN_MODE, in btif_in_get_adapter_properties()
729 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
[all …]
Dbtif_storage.c849 uint32_t num_props = 0; in btif_storage_load_bonded_devices() local
866 adapter_props[num_props]); in btif_storage_load_bonded_devices()
867 num_props++; in btif_storage_load_bonded_devices()
871 adapter_props[num_props]); in btif_storage_load_bonded_devices()
872 num_props++; in btif_storage_load_bonded_devices()
880 adapter_props[num_props].type = BT_PROPERTY_ADAPTER_SCAN_MODE; in btif_storage_load_bonded_devices()
881 adapter_props[num_props].len = sizeof(mode); in btif_storage_load_bonded_devices()
882 adapter_props[num_props].val = &mode; in btif_storage_load_bonded_devices()
883 num_props++; in btif_storage_load_bonded_devices()
888 adapter_props[num_props]); in btif_storage_load_bonded_devices()
[all …]
/system/bt/btif/include/
Dbtif_common.h213 void btif_adapter_properties_evt(bt_status_t status, uint32_t num_props, bt_property_t *p_props);
215 uint32_t num_props, bt_property_t *p_props);