hfp: update HFP version to v.1.8

This commit is contained in:
Milanka Ringwald 2021-04-14 11:29:18 +02:00
parent 66191aa0db
commit 3cb2bba26b

View File

@ -601,7 +601,7 @@ void hfp_create_sdp_record(uint8_t * service, uint32_t service_record_handle, ui
uint8_t *sppProfile = de_push_sequence(attribute);
{
de_add_number(sppProfile, DE_UUID, DE_SIZE_16, BLUETOOTH_SERVICE_CLASS_HANDSFREE);
de_add_number(sppProfile, DE_UINT, DE_SIZE_16, 0x0107); // Verision 1.7
de_add_number(sppProfile, DE_UINT, DE_SIZE_16, 0x0108); // Verision 1.8
}
de_pop_sequence(attribute, sppProfile);
}