Home | History | Annotate | Download | only in src

Lines Matching full:remote

57 #define BLUEDROID_TAG_REMOTE_DEVICE "Remote Devices"
657 btif_config_set("Remote", bd_addr, "HidDescriptor", rd, rep_desc_len,
679 btif_config_set("Remote", bd_addr, "HidDescriptor", rd, rep_desc_len,
700 //debug("attr_mask after Remote Wake:%04x", attr_mask);
736 btif_config_set_int("Remote", bd_addr, "HidAttrMask", attr_mask);
737 btif_config_set_int("Remote", bd_addr, "HidSubClass", dev_sub_class);
738 btif_config_set_int("Remote", bd_addr, "HidAppId", app_id);
739 btif_config_set_int("Remote", bd_addr, "HidVendorId", vendor);
740 btif_config_set_int("Remote", bd_addr, "HidProductId", product);
741 btif_config_set_int("Remote", bd_addr, "HidVersion", product_ver);
742 btif_config_set_int("Remote", bd_addr, "HidCountryCode", countrycode);
743 btif_config_set_int("Remote", bd_addr, "HidSSRMinTimeout", ssr_min_timeout);
744 btif_config_set_int("Remote", bd_addr, "HidSSRMaxLatency", ssr_max_lat);
786 btif_config_set_str("Remote", bd_addr, cfg_value_name, line);
790 //parse sdp record in case remote device is hid
801 btif_config_set_int("Remote", bd_addr, cfg_value_name, v);
890 btif_config_set("Remote", addr, "LinkKey", linkkey,
893 btif_config_set_int("Remote", addr, "LinkKeyType", key_type);
894 btif_config_set_int("Remote", addr, "PinLength", pin_len);