Home
last modified time | relevance | path

Searched full:bletest (Results 1 – 5 of 5) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/
H A DSConscript187 # bletest
189 path += [cwd + '/apps/bletest/src']
192 apps/bletest/src/bletest_hci.c
193 apps/bletest/src/bletest.c
/nrf52832-nimble/packages/NimBLE-latest/apps/bletest/src/
H A Dbletest.c32 /* XXX: An app should not include private headers from a library. The bletest
69 #error "No role defined! Must define a valid role in syscfg.yml in apps/bletest"
175 /* BLETEST variables */
1048 * Main bletest function. Called by the task timer every 50 msecs.
1078 /* Call the bletest code */ in bletest_timer_cb()
1242 static int bletest(void) in bletest() function
1284 /* Initialize eventq for bletest task */ in bletest()
1293 MSH_CMD_EXPORT_ALIAS(bletest, bletest, "bluetooth test sample");
H A Dbletest_hci.c29 /* XXX: An app should not include private headers from a library. The bletest
/nrf52832-nimble/packages/NimBLE-latest/apps/bletest/
H A Dsyscfg.yml22 The role of the bletest code. Should be set to:
H A Dpkg.yml20 pkg.name: apps/bletest