Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/ports/nrf/modules/ubluepy/
H A Dubluepy_peripheral.c420 bool char_disc_retval = ble_drv_discover_characteristic(p_service, in peripheral_connect() local
426 while (char_disc_retval) { in peripheral_connect()
434 char_disc_retval = ble_drv_discover_characteristic(p_service, in peripheral_connect()