Home
last modified time | relevance | path

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

/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/
H A Dbtshell.h94 int btshell_disc_all_chrs(uint16_t conn_handle, uint16_t start_handle,
H A Dcmd_gatt.c64 rc = btshell_disc_all_chrs(conn_handle, start_handle, end_handle); in cmd_gatt_discover_characteristic()
H A Dbtshell.c748 rc = btshell_disc_all_chrs(conn_handle, svc->svc.start_handle, in btshell_disc_full_chrs()
1293 btshell_disc_all_chrs(uint16_t conn_handle, uint16_t start_handle, in btshell_disc_all_chrs() function