Home
last modified time | relevance | path

Searched refs:remote_peripheral_addr (Results 1 – 1 of 1) sorted by relevance

/btstack/example/
H A Dle_mitm.c100 static bd_addr_t remote_peripheral_addr; variable
187 memcpy(remote_peripheral_addr, devices[index].addr, 6); in mitm_connect()
190 printf("[-] Connecting to Peripheral %s\n", bd_addr_to_str(remote_peripheral_addr)); in mitm_connect()
191 gap_auto_connection_start(remote_peripheral_addr_type, remote_peripheral_addr); in mitm_connect()