mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-25 09:02:30 +00:00
avdtp_util: rename event
This commit is contained in:
parent
0f5bb594a6
commit
3f03228556
@ -966,7 +966,7 @@ static void avdtp_signaling_emit_capability_done(btstack_packet_handler_t callba
|
|||||||
int pos = 0;
|
int pos = 0;
|
||||||
event[pos++] = HCI_EVENT_AVDTP_META;
|
event[pos++] = HCI_EVENT_AVDTP_META;
|
||||||
event[pos++] = sizeof(event) - 2;
|
event[pos++] = sizeof(event) - 2;
|
||||||
event[pos++] = AVDTP_SUBEVENT_SIGNALING_CAPABILITY_DONE;
|
event[pos++] = AVDTP_SUBEVENT_SIGNALING_CAPABILITIES_DONE;
|
||||||
little_endian_store_16(event, pos, avdtp_cid);
|
little_endian_store_16(event, pos, avdtp_cid);
|
||||||
pos += 2;
|
pos += 2;
|
||||||
event[pos++] = local_seid;
|
event[pos++] = local_seid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user