mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 01:27:41 +00:00
pts: use gap_local_bd_addr for classic
This commit is contained in:
parent
c4054521da
commit
4e5dfeb9a4
@ -89,10 +89,8 @@ static void show_usage();
|
||||
|
||||
// Testig User Interface
|
||||
static void show_usage(void){
|
||||
uint8_t iut_address_type;
|
||||
bd_addr_t iut_address;
|
||||
gap_advertisements_get_address(&iut_address_type, iut_address);
|
||||
|
||||
gap_local_bd_addr(iut_address);
|
||||
printf("\n--- Bluetooth HSP Headset Test Console %s ---\n", bd_addr_to_str(iut_address));
|
||||
printf("---\n");
|
||||
printf("p - establish audio connection to PTS module\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user