Example #1
0
static int
ble_except_device_handler(struct config *conf, vector strvec)
{
	return alloc_ble_device(conf->elist_device);
}
Example #2
0
static int
ble_device_handler(vector strvec)
{
	return alloc_ble_device(conf->blist_device);
}