Home | History | Annotate | Download | only in src

Lines Matching defs:info

319             bt_remote_version_t *info = (bt_remote_version_t *)prop->val;
321 if (!info)
325 BTIF_STORAGE_PATH_REMOTE_VER_MFCT, info->manufacturer);
327 BTIF_STORAGE_PATH_REMOTE_VER_VER, info->version);
329 BTIF_STORAGE_PATH_REMOTE_VER_SUBVER, info->sub_ver);
431 bt_remote_version_t *info = (bt_remote_version_t *)prop->val;
436 BTIF_STORAGE_PATH_REMOTE_VER_MFCT, &info->manufacturer);
440 BTIF_STORAGE_PATH_REMOTE_VER_VER, &info->version);
444 BTIF_STORAGE_PATH_REMOTE_VER_SUBVER, &info->sub_ver);
1384 ** Description BTIF storage API - Loads hid info for all the bonded devices from NVRAM
1459 ** Description BTIF storage API - Deletes the bonded hid device info from NVRAM