Searched refs:sdp_client_rfcomm_service_name (Results 1 – 1 of 1) sorted by relevance
86 static uint8_t sdp_client_rfcomm_service_name[SDP_SERVICE_NAME_LEN + 1]; variable109 sdp_client_rfcomm_service_name[0] = 0; in sdp_rfcomm_query_prepare()118 (void)memcpy(&event[3], sdp_client_rfcomm_service_name, sdp_client_rfcomm_service_name_len); in sdp_rfcomm_query_emit_service()167 sdp_client_rfcomm_service_name[sdp_client_rfcomm_protocol_offset++] = data; in sdp_client_query_rfcomm_handle_service_class_list_data()173 … sdp_client_rfcomm_protocol_id = big_endian_read_16(sdp_client_rfcomm_service_name, 0); in sdp_client_query_rfcomm_handle_service_class_list_data()176 … sdp_client_rfcomm_protocol_id = big_endian_read_32(sdp_client_rfcomm_service_name, 0); in sdp_client_query_rfcomm_handle_service_class_list_data()179 if (uuid_has_bluetooth_prefix(sdp_client_rfcomm_service_name)){ in sdp_client_query_rfcomm_handle_service_class_list_data()180 … sdp_client_rfcomm_protocol_id = big_endian_read_32(sdp_client_rfcomm_service_name, 0); in sdp_client_query_rfcomm_handle_service_class_list_data()306 sdp_client_rfcomm_service_name[name_pos] = data; in sdp_client_query_rfcomm_handle_service_name_data()311 sdp_client_rfcomm_service_name[name_pos] = 0; in sdp_client_query_rfcomm_handle_service_name_data()[all …]