mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-01 01:13:23 +00:00
goep_server: add declaration for goep_server_header_add_srm_enable
This commit is contained in:
parent
1a9eef6299
commit
b79730d636
@ -177,6 +177,13 @@ uint8_t goep_server_header_add_who(uint16_t goep_cid, const uint8_t * who);
|
||||
*/
|
||||
uint8_t goep_server_header_add_end_of_body(uint16_t goep_cid, const uint8_t * end_of_body, uint16_t length);
|
||||
|
||||
/**
|
||||
* @brief Add SRM ENABLE header to current response
|
||||
* @param goep_cid
|
||||
* @return
|
||||
*/
|
||||
uint8_t goep_server_header_add_srm_enable(uint16_t goep_cid);
|
||||
|
||||
/**
|
||||
* @brief Execute prepared request
|
||||
* @param goep_cid
|
||||
|
Loading…
x
Reference in New Issue
Block a user