mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 19:20:51 +00:00
add bd_addr_to_str prototype
This commit is contained in:
parent
642d7e9741
commit
e67516028b
@ -108,7 +108,8 @@ void hexdump(void *data, int size);
|
||||
void printUUID(uint8_t *uuid);
|
||||
char * bd_addr_to_str(bd_addr_t addr);
|
||||
int sscan_bd_addr(uint8_t * addr_string, bd_addr_t addr);
|
||||
|
||||
char * bd_addr_to_str(bd_addr_t addr);
|
||||
|
||||
uint8_t crc8_check(uint8_t *data, uint16_t len, uint8_t check_sum);
|
||||
uint8_t crc8_calc(uint8_t *data, uint16_t len);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user