Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_core.cc594 uint32_t num_props = 0; in btif_in_get_adapter_properties() local
605 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDADDR, in btif_in_get_adapter_properties()
607 status = btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
611 num_props++; in btif_in_get_adapter_properties()
615 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDNAME, in btif_in_get_adapter_properties()
617 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
618 num_props++; in btif_in_get_adapter_properties()
621 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], in btif_in_get_adapter_properties()
624 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
625 num_props++; in btif_in_get_adapter_properties()
[all …]
Dbtif_storage.cc795 uint32_t num_props = 0; in btif_storage_load_bonded_devices() local
813 sizeof(addr), adapter_props[num_props]); in btif_storage_load_bonded_devices()
817 num_props++; in btif_storage_load_bonded_devices()
822 sizeof(name), adapter_props[num_props]); in btif_storage_load_bonded_devices()
823 num_props++; in btif_storage_load_bonded_devices()
831 adapter_props[num_props].type = BT_PROPERTY_ADAPTER_SCAN_MODE; in btif_storage_load_bonded_devices()
832 adapter_props[num_props].len = sizeof(mode); in btif_storage_load_bonded_devices()
833 adapter_props[num_props].val = &mode; in btif_storage_load_bonded_devices()
834 num_props++; in btif_storage_load_bonded_devices()
839 adapter_props[num_props]); in btif_storage_load_bonded_devices()
[all …]
/system/bt/btif/include/
Dbtif_common.h236 void btif_adapter_properties_evt(bt_status_t status, uint32_t num_props,
239 uint32_t num_props, bt_property_t* p_props);