Searched refs:num_props (Results 1 – 3 of 3) sorted by relevance
704 uint32_t num_props; in btif_in_get_adapter_properties() local712 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 …]
871 uint32_t num_props = 0; in btif_storage_load_bonded_devices() local890 adapter_props[num_props]); in btif_storage_load_bonded_devices()891 num_props++; in btif_storage_load_bonded_devices()895 adapter_props[num_props]); in btif_storage_load_bonded_devices()896 num_props++; in btif_storage_load_bonded_devices()904 adapter_props[num_props].type = BT_PROPERTY_ADAPTER_SCAN_MODE; in btif_storage_load_bonded_devices()905 adapter_props[num_props].len = sizeof(mode); in btif_storage_load_bonded_devices()906 adapter_props[num_props].val = &mode; in btif_storage_load_bonded_devices()907 num_props++; in btif_storage_load_bonded_devices()912 adapter_props[num_props]); in btif_storage_load_bonded_devices()[all …]
201 void btif_adapter_properties_evt(bt_status_t status, uint32_t num_props, bt_property_t *p_props);203 uint32_t num_props, bt_property_t *p_props);