Home | History | Annotate | Download | only in src

Lines Matching refs:dsc_list

1356                                                     UINT8 ctry_code, UINT16 dl_len, UINT8 *dsc_list)
1368 btif_config_set("Remote", bdstr, "HidDescriptor", (const char*)dsc_list, dl_len, BTIF_CFG_TYPE_BIN);
1431 dscp_info.descriptor.dsc_list = (uint8_t*)alloca(len);
1432 btif_config_get("Remote", kname, "HidDescriptor", (char*)dscp_info.descriptor.dsc_list, &len, &type);