Home | History | Annotate | Download | only in bdtool

Lines Matching full:stdout

116   fprintf(stdout, "Bond state changed callback addr:%s state:%s\n", bdaddr_to_string(bdaddr, buf, sizeof(buf)), state_name);
123 fprintf(stdout, "Device found num_properties:%d\n", num_properties);
145 fprintf(stdout, "Discover state %s\n", state_name);
156 fprintf(stdout, "Device found bdaddr:%s num_properties:%d\n",
190 fprintf(stdout, "Got ssp request device_class:%u passkey:%x pairing_variant:%s\n", cod, pass_key, pairing_variant_name);
192 fprintf(stdout, "Device found:%s %s\n", bdaddr_to_string(remote_bd_addr, buf, sizeof(buf)), bd_name->name);
195 fprintf(stdout, "auto-accepting bond\n");
214 fprintf(stdout, " name:%s\n", name->name);
223 fprintf(stdout, " addr:%s\n", bdaddr_to_string(addr, buf, sizeof(buf)));
233 fprintf(stdout, " uuid:%zd: ", i);
235 fprintf(stdout, "%02x", uuid->uu[j]);
237 fprintf(stdout, "\n");
258 fprintf(stdout, " device_type:%s\n", device_type_lookup[idx].device_type);
267 fprintf(stdout, " device_class:0x%x\n", dc_int);
274 fprintf(stdout, " rssi:%d\n", rssi);
282 fprintf(stdout, " remote_name:%s\n", name->name);