Home | History | Annotate | Download | only in btdevctl

Lines Matching refs:dict

79 static void cfg_bthidev(prop_dictionary_t dict);
80 static void cfg_btsco(prop_dictionary_t dict);
86 cfg_print(prop_dictionary_t dict)
91 obj = prop_dictionary_get(dict, BTDEVladdr);
97 obj = prop_dictionary_get(dict, BTDEVraddr);
103 obj = prop_dictionary_get(dict, BTDEVmode);
107 if (prop_dictionary_get_uint16(dict, BTDEVvendor, &v))
110 if (prop_dictionary_get_uint16(dict, BTDEVproduct, &v))
113 obj = prop_dictionary_get(dict, BTDEVtype);
121 cfg_bthidev(dict);
126 cfg_btsco(dict);
134 cfg_bthidev(prop_dictionary_t dict)
138 obj = prop_dictionary_get(dict, BTHIDEVcontrolpsm);
143 obj = prop_dictionary_get(dict, BTHIDEVinterruptpsm);
148 obj = prop_dictionary_get(dict, BTHIDEVreconnect);
152 obj = prop_dictionary_get(dict, BTHIDEVdescriptor);
158 cfg_btsco(prop_dictionary_t dict)
162 obj = prop_dictionary_get(dict, BTSCOlisten);
165 obj = prop_dictionary_get(dict, BTSCOchannel);