Lines Matching refs:printf

125     printf("Supported codecs: CVSD");  in dump_supported_codecs()
128 printf(", mSBC"); in dump_supported_codecs()
131 printf(", LC3-SWB"); in dump_supported_codecs()
133 printf("\n"); in dump_supported_codecs()
135 printf("\nmSBC and/or LC3-SWB disabled as eSCO not supported by local controller.\n"); in dump_supported_codecs()
145printf("\n--- Bluetooth HFP Audiogateway (AG) unit Test Console %s ---\n", bd_addr_to_str(iut_addr… in show_usage()
146 printf("\n"); in show_usage()
148 printf("a - establish HFP connection to %s\n", bd_addr_to_str(device_addr)); in show_usage()
151 printf("b - establish AUDIO connection | B - release AUDIO connection\n"); in show_usage()
152 printf("c - simulate incoming call from 1234567 | C - simulate call from 1234567 dropped\n"); in show_usage()
153 printf("P - simulate outgoing call from 1234567 | R - establish outgoing call\n"); in show_usage()
154 printf("d - report AG failure\n"); in show_usage()
155 printf("D - delete all link keys\n"); in show_usage()
156 printf("e - answer call on AG | E - terminate call on AG\n"); in show_usage()
157 printf("r - disable in-band ring tone | R - enable in-band ring tone\n"); in show_usage()
158 printf("f - Disable cellular network | F - Enable cellular network\n"); in show_usage()
159 printf("g - Set signal strength to 0 | G - Set signal strength to 5\n"); in show_usage()
160 printf("h - Disable roaming | H - Enable roaming\n"); in show_usage()
161 printf("i - Set battery level to 3 | I - Set battery level to 5\n"); in show_usage()
162 printf("j - Answering call on remote side\n"); in show_usage()
163 printf("k - Clear memory #1 | K - Set memory #1\n"); in show_usage()
164 printf("l - Clear last number | L - Set last number\n"); in show_usage()
165 printf("m - simulate incoming call from 7654321\n"); in show_usage()
167 printf("n - Disable Voice Recognition | N - Enable Voice Recognition\n"); in show_usage()
168 printf("1 - EVR play sound | 2 - EVR report ready for audio input\n"); in show_usage()
169 printf("3 - EVR report processing input | 4 - EVR send message\n"); in show_usage()
171 printf("o - Set speaker volume to 0 (minimum) | O - Set speaker volume to 9 (default)\n"); in show_usage()
172 printf("p - Set speaker volume to 12 (higher) | P - Set speaker volume to 15 (maximum)\n"); in show_usage()
173 printf("q - Set microphone gain to 0 (minimum) | Q - Set microphone gain to 9 (default)\n"); in show_usage()
174 printf("s - Set microphone gain to 12 (higher) | S - Set microphone gain to 15 (maximum)\n"); in show_usage()
175 printf("t - terminate connection\n"); in show_usage()
176 printf("u - join held call\n"); in show_usage()
177 printf("v - discover nearby HF units\n"); in show_usage()
178 printf("w - put incoming call on hold (Response and Hold)\n"); in show_usage()
179 printf("x - accept held incoming call (Response and Hold)\n"); in show_usage()
180 printf("X - reject held incoming call (Response and Hold)\n"); in show_usage()
181 printf("---\n"); in show_usage()
190printf("Establish HFP service level connection to %s...\n", bd_addr_to_str(device_addr)); in stdin_process()
195 printf("Release HFP service level connection.\n"); in stdin_process()
201 printf("Establish Audio connection %s...\n", bd_addr_to_str(device_addr)); in stdin_process()
206 printf("Release Audio connection.\n"); in stdin_process()
211 printf("Simulate incoming call from 1234567\n"); in stdin_process()
217 printf("Initiate outgoing call from 1234567\n"); in stdin_process()
223 printf("Establish outgoing call\n"); in stdin_process()
227 printf("Deleting all link keys\n"); in stdin_process()
232 printf("Simulate incoming call from 7654321\n"); in stdin_process()
238 printf("Simulate terminate call\n"); in stdin_process()
243 printf("Report AG failure\n"); in stdin_process()
248 printf("Answer call on AG\n"); in stdin_process()
253 printf("Terminate call on AG\n"); in stdin_process()
258 printf("Disable cellular network\n"); in stdin_process()
263 printf("Enable cellular network\n"); in stdin_process()
268 printf("Set signal strength to 0\n"); in stdin_process()
273 printf("Set signal strength to 5\n"); in stdin_process()
278 printf("Disable roaming\n"); in stdin_process()
283 printf("Enable roaming\n"); in stdin_process()
288 printf("Set battery level to 3\n"); in stdin_process()
293 printf("Set battery level to 5\n"); in stdin_process()
298 printf("Answering call on remote side\n"); in stdin_process()
303 printf("Disable in-band ring tone\n"); in stdin_process()
308 printf("Memory 1 cleared\n"); in stdin_process()
313 printf("Memory 1 set\n"); in stdin_process()
318 printf("Last dialed number cleared\n"); in stdin_process()
323 printf("Outgoing call connected, ringing\n"); in stdin_process()
328 printf("Disable Voice Recognition\n"); in stdin_process()
333 printf("Enable Voice Recognition\n"); in stdin_process()
339 printf("Enhanced_Voice Recognition: play sound\n"); in stdin_process()
344 printf("Enhanced_Voice Recognition: report ready for audio input\n"); in stdin_process()
349 printf("Enhanced_Voice Recognition: report processing input\n"); in stdin_process()
354 printf("Enhanced_Voice Recognition: send message\n"); in stdin_process()
360 printf("Set speaker gain to 0 (minimum)\n"); in stdin_process()
365 printf("Set speaker gain to 9 (default)\n"); in stdin_process()
370 printf("Set speaker gain to 12 (higher)\n"); in stdin_process()
375 printf("Set speaker gain to 15 (maximum)\n"); in stdin_process()
380 printf("Set microphone gain to 0\n"); in stdin_process()
385 printf("Set microphone gain to 9\n"); in stdin_process()
390 printf("Set microphone gain to 12\n"); in stdin_process()
395 printf("Set microphone gain to 15\n"); in stdin_process()
400 printf("Enable in-band ring tone\n"); in stdin_process()
405 printf("Terminate HCI connection. 0x%2x\n", acl_handle); in stdin_process()
410 printf("Join held call\n"); in stdin_process()
414 printf("Start scanning...\n"); in stdin_process()
419 printf("AG: Put incoming call on hold (Response and Hold)\n"); in stdin_process()
424 printf("AG: Accept held incoming call (Response and Hold)\n"); in stdin_process()
429 printf("AG: Reject held incoming call (Response and Hold)\n"); in stdin_process()
438 printf("Could not perform command, status 0x%02x\n", status); in stdin_process()
445 printf("%s command failed, status 0x%02x\n", message, status); in report_status()
447 printf("%s command successful\n", message); in report_status()
453 printf("Simulate call connected -> start ringing\n"); in hfp_outgoing_call_ringing_handler()
474printf("Establish HFP AG service level connection to %s...\n", bd_addr_to_str(device_addr)); in packet_handler()
481 printf("Device found: %s ", bd_addr_to_str(addr)); in packet_handler()
482printf("with COD: 0x%06x, ", (unsigned int) gap_event_inquiry_result_get_class_of_device(event)); in packet_handler()
484 printf(", rssi %d dBm", (int8_t) gap_event_inquiry_result_get_rssi(event)); in packet_handler()
491 printf(", name '%s'", name_buffer); in packet_handler()
493 printf("\n"); in packet_handler()
496 printf("Inquiry scan complete.\n"); in packet_handler()
511 printf("Connection failed, status 0x%02x\n", status); in packet_handler()
516printf("Service level connection established to %s.\n", bd_addr_to_str(device_addr)); in packet_handler()
520 printf("Establish Audio connection %s...\n", bd_addr_to_str(device_addr)); in packet_handler()
525 printf("Service level connection released.\n"); in packet_handler()
530printf("Audio connection establishment failed with status 0x%02x\n", hfp_subevent_audio_connection… in packet_handler()
533printf("Audio connection established with SCO handle 0x%04x.\n", sco_handle); in packet_handler()
537 printf("Using CVSD codec.\n"); in packet_handler()
540 printf("Using mSBC codec.\n"); in packet_handler()
543 printf("Using LC3-SWB codec.\n"); in packet_handler()
546 printf("Using unknown codec 0x%02x.\n", negotiated_codec); in packet_handler()
555 printf("Call answered\n"); in packet_handler()
559 printf("Call terminated\n"); in packet_handler()
563 printf("Audio connection released\n"); in packet_handler()
569 printf("Speaker volume: gain %u\n", in packet_handler()
573 printf("Microphone volume: gain %u\n", in packet_handler()
578 printf("** START Ringing **\n"); in packet_handler()
581 printf("** Ring **\n"); in packet_handler()
584 printf("** STOP Ringing **\n"); in packet_handler()
587printf("Outgoing call '%s'\n", hfp_subevent_place_call_with_number_get_number(event)); in packet_handler()
592 printf("Dial string valid: accept call\n"); in packet_handler()
596 printf("Dial string invalid: reject call\n"); in packet_handler()
602 printf("Attach number to voice tag. Sending '1234567\n"); in packet_handler()
607printf("Send DTMF Codes: '%s'\n", hfp_subevent_transmit_dtmf_codes_get_dtmf(event)); in packet_handler()
614 printf("Voice Recognition Activate command failed\n"); in packet_handler()
620 printf("\nVoice recognition ACTVATED\n\n"); in packet_handler()
623 printf("\nEnhanced voice recognition ACTVATED\n\n"); in packet_handler()
631 printf("Voice Recognition Deactivate command failed\n"); in packet_handler()
634 printf("\nVoice Recognition DEACTIVATED\n\n"); in packet_handler()
660 printf("Enhanced Voice recognition: \'%s\'\n\n", msg.text); in packet_handler()
671printf("Received ENHANCED SAFETY indicator, value %d\n", hfp_subevent_hf_indicator_get_value(event… in packet_handler()
674printf("Received BATTERY LEVEL indicator, value %d\n", hfp_subevent_hf_indicator_get_value(event)); in packet_handler()
677printf("Received HF INDICATOR indicator, UUID 0x%4x, value %d\n", hfp_subevent_hf_indicator_get_uu… in packet_handler()
682printf("Apple Accessory support: Vendor ID %04x, Product ID %04x, Version: %s, Features %u\n", in packet_handler()