Lines Matching refs:num_props
849 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()
889 num_props++; in btif_storage_load_bonded_devices()
894 adapter_props[num_props].type = BT_PROPERTY_ADAPTER_BONDED_DEVICES; in btif_storage_load_bonded_devices()
895 adapter_props[num_props].len = bonded_devices.num_devices * sizeof(bt_bdaddr_t); in btif_storage_load_bonded_devices()
896 adapter_props[num_props].val = devices_list; in btif_storage_load_bonded_devices()
901 num_props++; in btif_storage_load_bonded_devices()
906 adapter_props[num_props]); in btif_storage_load_bonded_devices()
907 num_props++; in btif_storage_load_bonded_devices()
909 btif_adapter_properties_evt(BT_STATUS_SUCCESS, num_props, adapter_props); in btif_storage_load_bonded_devices()
927 num_props = 0; in btif_storage_load_bonded_devices()
932 remote_properties[num_props]); in btif_storage_load_bonded_devices()
933 num_props++; in btif_storage_load_bonded_devices()
937 remote_properties[num_props]); in btif_storage_load_bonded_devices()
938 num_props++; in btif_storage_load_bonded_devices()
942 remote_properties[num_props]); in btif_storage_load_bonded_devices()
943 num_props++; in btif_storage_load_bonded_devices()
947 remote_properties[num_props]); in btif_storage_load_bonded_devices()
948 num_props++; in btif_storage_load_bonded_devices()
952 remote_properties[num_props]); in btif_storage_load_bonded_devices()
953 num_props++; in btif_storage_load_bonded_devices()
956 num_props, remote_properties); in btif_storage_load_bonded_devices()