mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-04 15:39:59 +00:00
hfp: update HFP version to v.1.8
This commit is contained in:
parent
66191aa0db
commit
3cb2bba26b
@ -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);
|
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_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);
|
de_pop_sequence(attribute, sppProfile);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user