Home
last modified time | relevance | path

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

/btstack/port/raspi/
H A Dmain.c277 uint8_t deviceSerial1[21] = { 0 }; in raspi_get_bluetooth_uart_type() local
280 fscanf( fd, "%20s", deviceSerial1 ); in raspi_get_bluetooth_uart_type()
284 if( strncmp( (const char *) deviceUart0, (const char *) deviceSerial1, 21 ) == 0 ){ in raspi_get_bluetooth_uart_type()