예제 #1
0
static int
ble_except_device_handler(struct config *conf, vector strvec)
{
	return alloc_ble_device(conf->elist_device);
}
예제 #2
0
파일: dict.c 프로젝트: gebi/multipath-tools
static int
ble_device_handler(vector strvec)
{
	return alloc_ble_device(conf->blist_device);
}