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