Lines Matching defs:handle
3278 u8 sub_id = buf[2], gamehid_cnt = 0, handle, i;
3298 if (hl->handle[i] != COEX_BT_HIDINFO_NOTCON &&
3299 hl->handle[i] != 0)
3300 hidinfo->hid_handle = hl->handle[i];
3305 handle = hida->handle;
3308 if (hidinfo->hid_handle == handle) {
3321 handle = hidinfo->hid_handle;
3322 if (!complete || handle == COEX_BT_HIDINFO_NOTCON ||
3323 handle == 0 || handle >= COEX_BT_BLE_HANDLE_THRS) {
3366 u8 i, handle;
3384 handle = hidinfo->hid_handle;
3385 if (handle == 0 || handle == COEX_BT_HIDINFO_NOTCON ||
3386 handle >= COEX_BT_BLE_HANDLE_THRS || complete)
3391 handle);