mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-01 13:20:50 +00:00
remove EMBEDDED guard in src/btstack_util.c
This commit is contained in:
parent
e7e7af7b67
commit
235f65ff31
@ -240,7 +240,6 @@ void print_bd_addr( bd_addr_t addr){
|
|||||||
log_info("%s", bd_addr_to_str(addr));
|
log_info("%s", bd_addr_to_str(addr));
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef EMBEDDED
|
|
||||||
int sscan_bd_addr(uint8_t * addr_string, bd_addr_t addr){
|
int sscan_bd_addr(uint8_t * addr_string, bd_addr_t addr){
|
||||||
unsigned int bd_addr_buffer[BD_ADDR_LEN]; //for sscanf, integer needed
|
unsigned int bd_addr_buffer[BD_ADDR_LEN]; //for sscanf, integer needed
|
||||||
// reset result buffer
|
// reset result buffer
|
||||||
@ -284,8 +283,6 @@ int sscan_link_key(char * addr_string, link_key_t link_key){
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
// treat standard pairing as Authenticated as it uses a PIN
|
// treat standard pairing as Authenticated as it uses a PIN
|
||||||
int is_authenticated_link_key(link_key_type_t link_key_type){
|
int is_authenticated_link_key(link_key_type_t link_key_type){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user