mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-02 22:13:36 +00:00
goep_client: fix compile
This commit is contained in:
parent
0d854c7ce8
commit
0c02747950
@ -301,7 +301,7 @@ static void goep_client_handle_sdp_query_event(uint8_t packet_type, uint16_t cha
|
||||
break;
|
||||
#ifdef ENABLE_GOEP_L2CAP
|
||||
case BLUETOOTH_ATTRIBUTE_GOEP_L2CAP_PSM:
|
||||
de_element_get_uint16(attribute_value, &context->l2cap_psm);
|
||||
de_element_get_uint16(goep_client_sdp_query_attribute_value, &context->l2cap_psm);
|
||||
break;
|
||||
#endif
|
||||
case BLUETOOTH_ATTRIBUTE_PBAP_SUPPORTED_FEATURES:
|
||||
|
Loading…
x
Reference in New Issue
Block a user