Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_core.cc552 uint32_t num_props = 0; in btif_in_get_adapter_properties() local
565 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDADDR, in btif_in_get_adapter_properties()
567 status = btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
571 num_props++; in btif_in_get_adapter_properties()
575 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDNAME, in btif_in_get_adapter_properties()
577 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
578 num_props++; in btif_in_get_adapter_properties()
581 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], in btif_in_get_adapter_properties()
584 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
585 num_props++; in btif_in_get_adapter_properties()
[all …]
Dbtif_storage.cc925 uint32_t num_props = 0; in btif_storage_load_bonded_devices() local
945 sizeof(addr), adapter_props[num_props]); in btif_storage_load_bonded_devices()
949 num_props++; in btif_storage_load_bonded_devices()
954 sizeof(name), adapter_props[num_props]); in btif_storage_load_bonded_devices()
955 num_props++; in btif_storage_load_bonded_devices()
963 adapter_props[num_props].type = BT_PROPERTY_ADAPTER_SCAN_MODE; in btif_storage_load_bonded_devices()
964 adapter_props[num_props].len = sizeof(mode); in btif_storage_load_bonded_devices()
965 adapter_props[num_props].val = &mode; in btif_storage_load_bonded_devices()
966 num_props++; in btif_storage_load_bonded_devices()
971 adapter_props[num_props]); in btif_storage_load_bonded_devices()
[all …]
/system/bt/btif/include/
Dbtif_common.h208 void btif_adapter_properties_evt(bt_status_t status, uint32_t num_props,
211 uint32_t num_props, bt_property_t* p_props);