mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-17 02:42:33 +00:00
goep_client: streamline function definition for parser
This commit is contained in:
parent
bc5161c99e
commit
f00b99eb3c
@ -137,8 +137,7 @@ void goep_client_init(void);
|
||||
* @param out_cid
|
||||
* @return
|
||||
*/
|
||||
uint8_t
|
||||
goep_client_connect(goep_client_t *goep_client, l2cap_ertm_config_t *l2cap_ertm_config, uint8_t *l2cap_ertm_buffer,
|
||||
uint8_t goep_client_connect(goep_client_t *goep_client, l2cap_ertm_config_t *l2cap_ertm_config, uint8_t *l2cap_ertm_buffer,
|
||||
uint16_t l2cap_ertm_buffer_size, btstack_packet_handler_t handler, bd_addr_t addr, uint16_t uuid,
|
||||
uint8_t instance_id, uint16_t *out_cid);
|
||||
|
||||
@ -156,8 +155,7 @@ goep_client_connect(goep_client_t *goep_client, l2cap_ertm_config_t *l2cap_ertm_
|
||||
* @param out_cid
|
||||
* @return
|
||||
*/
|
||||
uint8_t
|
||||
goep_client_connect_l2cap(goep_client_t *goep_client, l2cap_ertm_config_t *l2cap_ertm_config, uint8_t *l2cap_ertm_buffer,
|
||||
uint8_t goep_client_connect_l2cap(goep_client_t *goep_client, l2cap_ertm_config_t *l2cap_ertm_config, uint8_t *l2cap_ertm_buffer,
|
||||
uint16_t l2cap_ertm_buffer_size, btstack_packet_handler_t handler, bd_addr_t addr, uint16_t l2cap_psm,
|
||||
uint16_t *out_cid);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user