mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-01 01:13:23 +00:00
goep_client: fix function name
This commit is contained in:
parent
ef77bef5b9
commit
9c9e9dc1e2
@ -607,7 +607,7 @@ void goep_client_header_add_type(uint16_t goep_cid, const char * type){
|
||||
obex_message_builder_header_add_type(buffer, buffer_len, type);
|
||||
}
|
||||
|
||||
uint16_t goep_server_response_get_max_body_size(uint16_t goep_cid){
|
||||
uint16_t goep_client_request_get_max_body_size(uint16_t goep_cid){
|
||||
UNUSED(goep_cid);
|
||||
goep_client_t * context = goep_client;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user