Lines Matching refs:bd_addr_to_str
110 …EVENT_CHANNEL_OPENED status 0x%02x bd_addr: %s, handler %p", status, bd_addr_to_str(channel->remot… in bnep_emit_open_channel_complete()
130 …log_info("BNEP_EVENT_CHANNEL_TIMEOUT bd_addr: %s, handler %p", bd_addr_to_str(channel->remote_addr… in bnep_emit_channel_timeout()
147 …log_info("BNEP_EVENT_CHANNEL_CLOSED bd_addr: %s, handler %p", bd_addr_to_str(channel->remote_addr)… in bnep_emit_channel_closed()
930 …log_info("BNEP_CONNECTION_RESPONSE: Channel established to %s", bd_addr_to_str(channel->remote_add… in bnep_handle_connection_response()
936 …log_error("BNEP_CONNECTION_RESPONSE: Connection to %s failed. Err: %d", bd_addr_to_str(channel->re… in bnep_handle_connection_response()
1030 …"BNEP_FILTER_NET_TYPE_RESPONSE: Net filter set successfully for %s", bd_addr_to_str(channel->remot… in bnep_handle_filter_net_type_response()
1032 …ILTER_NET_TYPE_RESPONSE: Net filter setting for %s failed. Err: %d", bd_addr_to_str(channel->remot… in bnep_handle_filter_net_type_response()
1076 … bd_addr_to_str(channel->multicast_filter[channel->multicast_filter_count].addr_start)); in bnep_handle_multi_addr_set()
1078 … bd_addr_to_str(channel->multicast_filter[channel->multicast_filter_count].addr_end)); in bnep_handle_multi_addr_set()
1083 … bd_addr_to_str(channel->multicast_filter[channel->multicast_filter_count].addr_start)); in bnep_handle_multi_addr_set()
1085 … bd_addr_to_str(channel->multicast_filter[channel->multicast_filter_count].addr_end)); in bnep_handle_multi_addr_set()
1117 …TI_ADDR_RESPONSE: Multicast address filter set successfully for %s", bd_addr_to_str(channel->remot… in bnep_handle_multi_addr_response()
1119 …_RESPONSE: Multicast address filter setting for %s failed. Err: %d", bd_addr_to_str(channel->remot… in bnep_handle_multi_addr_response()
1628 log_info("BNEP_CONNECT addr %s", bd_addr_to_str(addr)); in bnep_connect()