Lines Matching refs:device_addr

101 static bd_addr_t device_addr;  variable
749 device_addr, a2dp_sink_demo_ertm_buffer, in a2dp_sink_demo_cover_art_connect()
783 avrcp_subevent_connection_established_get_bd_addr(packet, device_addr); in avrcp_packet_handler()
1081 memcpy(device_addr, a2dp_conn->addr, 6); in a2dp_sink_packet_handler()
1130 printf("b - A2DP Sink create connection to addr %s\n", bd_addr_to_str(device_addr)); in show_usage()
1134 printf("c - AVRCP create connection to addr %s\n", bd_addr_to_str(device_addr)); in show_usage()
1169 printf("d - connect to addr %s\n", bd_addr_to_str(device_addr)); in show_usage()
1198 status = a2dp_sink_establish_stream(device_addr, &a2dp_connection->a2dp_cid); in stdin_process()
1200 … bd_addr_to_str(device_addr), a2dp_connection->a2dp_local_seid, a2dp_connection->a2dp_cid); in stdin_process()
1203 printf(" - AVDTP disconnect from addr %s.\n", bd_addr_to_str(device_addr)); in stdin_process()
1207 printf(" - Create AVRCP connection to addr %s.\n", bd_addr_to_str(device_addr)); in stdin_process()
1208 status = avrcp_connect(device_addr, &avrcp_connection->avrcp_cid); in stdin_process()
1211 printf(" - AVRCP disconnect from addr %s.\n", bd_addr_to_str(device_addr)); in stdin_process()
1350 … printf(" - Create AVRCP Cover Art connection to addr %s.\n", bd_addr_to_str(device_addr)); in stdin_process()
1354 printf(" - AVRCP Cover Art disconnect from addr %s.\n", bd_addr_to_str(device_addr)); in stdin_process()
1386 sscanf_bd_addr(device_addr_string, device_addr); in btstack_main()