Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/
Dcybt_shared_bus.c367 cybt_result_t bt_result; in cybt_hci_read_packet() local
371 bt_result = cybt_hci_read(buf, &read_len); in cybt_hci_read_packet()
373 if (bt_result != CYBT_SUCCESS) { in cybt_hci_read_packet()
375 cybt_printf("cybt_hci_read_packet: error %d", bt_result); in cybt_hci_read_packet()
397 bt_result = cybt_hci_read(buf + 4, &total_read_len); in cybt_hci_read_packet()
398 if (bt_result != CYBT_SUCCESS) { in cybt_hci_read_packet()